Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 14,
    "results": [
        {
            "start": 1126151475,
            "stop": 1126151773
        },
        {
            "start": 1126151774,
            "stop": 1126151842
        },
        {
            "start": 1126151844,
            "stop": 1126151988
        },
        {
            "start": 1126151990,
            "stop": 1126151999
        },
        {
            "start": 1126152001,
            "stop": 1126152014
        },
        {
            "start": 1126152016,
            "stop": 1126152249
        },
        {
            "start": 1126152250,
            "stop": 1126152288
        },
        {
            "start": 1126152290,
            "stop": 1126152443
        },
        {
            "start": 1126152445,
            "stop": 1126152488
        },
        {
            "start": 1126152490,
            "stop": 1126152518
        },
        {
            "start": 1126152521,
            "stop": 1126152656
        },
        {
            "start": 1126152657,
            "stop": 1126153052
        },
        {
            "start": 1126153053,
            "stop": 1126153125
        },
        {
            "start": 1126153127,
            "stop": 1126153432
        },
        {
            "start": 1126153433,
            "stop": 1126153542
        },
        {
            "start": 1126153543,
            "stop": 1126153805
        },
        {
            "start": 1126153807,
            "stop": 1126153986
        },
        {
            "start": 1126153989,
            "stop": 1126153990
        },
        {
            "start": 1126153993,
            "stop": 1126153997
        },
        {
            "start": 1126153999,
            "stop": 1126154202
        }
    ]
}