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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=195",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 196,
    "results": [
        {
            "start": 1136389541,
            "stop": 1136389590
        },
        {
            "start": 1136389593,
            "stop": 1136389606
        },
        {
            "start": 1136389609,
            "stop": 1136389628
        },
        {
            "start": 1136389631,
            "stop": 1136389710
        },
        {
            "start": 1136389713,
            "stop": 1136389726
        },
        {
            "start": 1136389729,
            "stop": 1136389859
        },
        {
            "start": 1136389862,
            "stop": 1136389874
        },
        {
            "start": 1136389877,
            "stop": 1136389890
        },
        {
            "start": 1136389893,
            "stop": 1136389964
        },
        {
            "start": 1136389967,
            "stop": 1136389982
        },
        {
            "start": 1136389985,
            "stop": 1136389993
        },
        {
            "start": 1136389996,
            "stop": 1136390056
        },
        {
            "start": 1136390059,
            "stop": 1136390122
        },
        {
            "start": 1136390125,
            "stop": 1136390156
        },
        {
            "start": 1136390159,
            "stop": 1136390238
        },
        {
            "start": 1136390241,
            "stop": 1136390364
        },
        {
            "start": 1136390367,
            "stop": 1136390441
        },
        {
            "start": 1136390444,
            "stop": 1136390519
        },
        {
            "start": 1136390522,
            "stop": 1136390545
        },
        {
            "start": 1136390548,
            "stop": 1136390565
        }
    ]
}