home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where part_number = 1201 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 29 · 6 ✖

part_number 1

  • 1201 · 6 ✖

agency 1

  • NMB 6
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
29:29:4.1.2.1.2.0.1.1 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.1 Carrier. NMB       The term carrier includes any express company, sleeping car company, carrier by railroad, subject to the Interstate Commerce Act (24 Stat. 379, as amended; 49 U.S.C. 1 et seq. ), and any company which is directly or indirectly owned or controlled by or under common control with any carrier by railroad and which operates any equipment or facilities or performs any service (other than trucking service) in connection with the transportation, receipt, delivery, elevation, transfer in transit, refrigeration or icing, storage, and handling of property transported by railroad, and any receiver, trustee, or other individual or body, judicial or otherwise, when in the possession of the business of any such “carrier.”
29:29:4.1.2.1.2.0.1.2 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.2 Exceptions. NMB       (a) The term “carrier” shall not include any street, interurban, or suburban electric railway, unless such railway is operating as a part of a general steam-railroad system of transportation, but shall not exclude any part of the general steam-railroad system of transportation now or hereafter operated by any other motive power. (b) The term “carrier” shall not include any company by reason of its being engaged in the mining of coal, the supplying of coal to carrier where delivery is not beyond the tipple, and the operation of equipment or facilities therefor or any of such activities.
29:29:4.1.2.1.2.0.1.3 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.3 Determination as to electric lines. NMB       The Interstate Commerce Commission is hereby authorized and directed upon request of the Mediation Board or upon complaint of any part interested to determine after hearing whether any line operated by electric power falls within the terms of this part.
29:29:4.1.2.1.2.0.1.4 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.4 Employee. NMB       The term employee as used in this part includes every person in the service of a carrier (subject to its continuing authority to supervise and direct the manner of rendition of his service) who performs any work defined as that of an employee or subordinate official in the orders of the Interstate Commerce Commission now in effect, and as the same may be amended or interpreted by orders hereafter entered by the Commission pursuant to the authority which is hereby conferred upon it to enter orders amending or interpreting such existing orders: Provided, however, That no occupational classification made by order of the Interstate Commerce Commission shall be construed to define the crafts according to which railway employees may be organized by their voluntary action, nor shall the jurisdiction or powers of such employee organizations be regarded as in any way limited or defined by the provisions of this Act or by the orders of the Commission.
29:29:4.1.2.1.2.0.1.5 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.5 Exceptions. NMB       The term “employee” shall not include any individual while such individual is engaged in the physical operations consisting of the mining of coal, the preparation of coal, the handling (other than movement by rail with standard locomotives) of coal not beyond the mine tipple, or the loading of coal at the tipple.
29:29:4.1.2.1.2.0.1.6 29 Labor X   1201 PART 1201—DEFINITIONS       § 1201.6 Representatives. NMB       The term representative means any person or persons, labor union, organization, or corporation designated either by a carrier or group of carriers or by its or their employees, to act for it or them.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 451.673ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API