Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1286
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1285",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1286,
    "results": [
        {
            "start": 959335319,
            "stop": 959340371
        },
        {
            "start": 959346295,
            "stop": 959356260
        },
        {
            "start": 959356266,
            "stop": 959356566
        },
        {
            "start": 959358306,
            "stop": 959366397
        },
        {
            "start": 959367016,
            "stop": 959372900
        },
        {
            "start": 959372905,
            "stop": 959376096
        },
        {
            "start": 959391010,
            "stop": 959391525
        },
        {
            "start": 959392729,
            "stop": 959393263
        },
        {
            "start": 959393458,
            "stop": 959397155
        },
        {
            "start": 959397341,
            "stop": 959398083
        },
        {
            "start": 959398086,
            "stop": 959398277
        },
        {
            "start": 959408894,
            "stop": 959410097
        },
        {
            "start": 959410103,
            "stop": 959417116
        },
        {
            "start": 959417912,
            "stop": 959423783
        },
        {
            "start": 959423789,
            "stop": 959425007
        },
        {
            "start": 959425013,
            "stop": 959425898
        },
        {
            "start": 959425900,
            "stop": 959426035
        },
        {
            "start": 959427838,
            "stop": 959433973
        },
        {
            "start": 959437677,
            "stop": 959438942
        },
        {
            "start": 959439667,
            "stop": 959440002
        }
    ]
}