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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8400",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8401,
    "results": [
        {
            "start": 875096855,
            "stop": 875097014
        },
        {
            "start": 875097033,
            "stop": 875097309
        },
        {
            "start": 875097328,
            "stop": 875097350
        },
        {
            "start": 875097372,
            "stop": 875097393
        },
        {
            "start": 875097412,
            "stop": 875097526
        },
        {
            "start": 875097550,
            "stop": 875097576
        },
        {
            "start": 875097595,
            "stop": 875097610
        },
        {
            "start": 875097632,
            "stop": 875097738
        },
        {
            "start": 875097762,
            "stop": 875097822
        },
        {
            "start": 875097841,
            "stop": 875097887
        },
        {
            "start": 875097906,
            "stop": 875098356
        },
        {
            "start": 875098373,
            "stop": 875098716
        },
        {
            "start": 875098735,
            "stop": 875099358
        },
        {
            "start": 875099388,
            "stop": 875099436
        },
        {
            "start": 875099453,
            "stop": 875099562
        },
        {
            "start": 875099580,
            "stop": 875099745
        },
        {
            "start": 875099764,
            "stop": 875099827
        },
        {
            "start": 875099914,
            "stop": 875100020
        },
        {
            "start": 875100039,
            "stop": 875100261
        },
        {
            "start": 875100279,
            "stop": 875100283
        }
    ]
}