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/O2/timelines/H1_BURST_CAT3/segments?format=api&page=85
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 85,
    "results": [
        {
            "start": 1174015295,
            "stop": 1174015296
        },
        {
            "start": 1174015297,
            "stop": 1174015303
        },
        {
            "start": 1174015304,
            "stop": 1174015306
        },
        {
            "start": 1174015307,
            "stop": 1174015317
        },
        {
            "start": 1174015318,
            "stop": 1174018904
        },
        {
            "start": 1174018907,
            "stop": 1174019061
        },
        {
            "start": 1174019065,
            "stop": 1174019440
        },
        {
            "start": 1174019442,
            "stop": 1174020387
        },
        {
            "start": 1174020390,
            "stop": 1174020391
        },
        {
            "start": 1174020394,
            "stop": 1174020481
        },
        {
            "start": 1174020482,
            "stop": 1174020483
        },
        {
            "start": 1174020486,
            "stop": 1174020495
        },
        {
            "start": 1174020509,
            "stop": 1174020535
        },
        {
            "start": 1174020544,
            "stop": 1174020545
        },
        {
            "start": 1174020548,
            "stop": 1174020549
        },
        {
            "start": 1174020550,
            "stop": 1174020604
        },
        {
            "start": 1174020605,
            "stop": 1174020645
        },
        {
            "start": 1174020650,
            "stop": 1174020673
        },
        {
            "start": 1174020682,
            "stop": 1174020792
        },
        {
            "start": 1174020794,
            "stop": 1174020795
        }
    ]
}