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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=64",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 65,
    "results": [
        {
            "start": 817745879,
            "stop": 817745933
        },
        {
            "start": 817745936,
            "stop": 817745947
        },
        {
            "start": 817745950,
            "stop": 817745970
        },
        {
            "start": 817745973,
            "stop": 817745974
        },
        {
            "start": 817745980,
            "stop": 817745992
        },
        {
            "start": 817745995,
            "stop": 817746056
        },
        {
            "start": 817746059,
            "stop": 817746121
        },
        {
            "start": 817746124,
            "stop": 817746301
        },
        {
            "start": 817746305,
            "stop": 817746331
        },
        {
            "start": 817746336,
            "stop": 817746338
        },
        {
            "start": 817746342,
            "stop": 817746992
        },
        {
            "start": 817746996,
            "stop": 817746999
        },
        {
            "start": 817747002,
            "stop": 817747257
        },
        {
            "start": 817747260,
            "stop": 817747512
        },
        {
            "start": 817747515,
            "stop": 817747520
        },
        {
            "start": 817747523,
            "stop": 817747526
        },
        {
            "start": 817747529,
            "stop": 817747645
        },
        {
            "start": 817747648,
            "stop": 817747765
        },
        {
            "start": 817747768,
            "stop": 817747850
        },
        {
            "start": 817747854,
            "stop": 817747882
        }
    ]
}