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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9128",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9129,
    "results": [
        {
            "start": 875099453,
            "stop": 875099562
        },
        {
            "start": 875099580,
            "stop": 875099745
        },
        {
            "start": 875099764,
            "stop": 875099827
        },
        {
            "start": 875099914,
            "stop": 875100020
        },
        {
            "start": 875100039,
            "stop": 875100261
        },
        {
            "start": 875100279,
            "stop": 875100283
        },
        {
            "start": 875100300,
            "stop": 875100308
        },
        {
            "start": 875100378,
            "stop": 875100393
        },
        {
            "start": 875100447,
            "stop": 875100470
        },
        {
            "start": 875100491,
            "stop": 875100502
        },
        {
            "start": 875100528,
            "stop": 875100568
        },
        {
            "start": 875100587,
            "stop": 875100647
        },
        {
            "start": 875100666,
            "stop": 875100716
        },
        {
            "start": 875100785,
            "stop": 875100879
        },
        {
            "start": 875100902,
            "stop": 875100969
        },
        {
            "start": 875100988,
            "stop": 875101072
        },
        {
            "start": 875101091,
            "stop": 875101111
        },
        {
            "start": 875101131,
            "stop": 875101203
        },
        {
            "start": 875101276,
            "stop": 875101304
        },
        {
            "start": 875101323,
            "stop": 875101347
        }
    ]
}