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=8402
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=8403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8401",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8402,
    "results": [
        {
            "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
        },
        {
            "start": 875101366,
            "stop": 875101375
        },
        {
            "start": 875101415,
            "stop": 875101428
        },
        {
            "start": 875101453,
            "stop": 875101460
        },
        {
            "start": 875101494,
            "stop": 875101537
        },
        {
            "start": 875101556,
            "stop": 875101585
        },
        {
            "start": 875101608,
            "stop": 875101648
        }
    ]
}