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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1077",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1075",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1076,
    "results": [
        {
            "start": 1136389380,
            "stop": 1136389477
        },
        {
            "start": 1136389480,
            "stop": 1136389538
        },
        {
            "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
        }
    ]
}