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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=850",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=848",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 849,
    "results": [
        {
            "start": 1250477902,
            "stop": 1250477933
        },
        {
            "start": 1250477936,
            "stop": 1250477964
        },
        {
            "start": 1250477968,
            "stop": 1250477973
        },
        {
            "start": 1250477976,
            "stop": 1250477983
        },
        {
            "start": 1250477988,
            "stop": 1250478253
        },
        {
            "start": 1250478257,
            "stop": 1250478301
        },
        {
            "start": 1250478306,
            "stop": 1250478314
        },
        {
            "start": 1250478319,
            "stop": 1250478474
        },
        {
            "start": 1250478477,
            "stop": 1250478530
        },
        {
            "start": 1250478534,
            "stop": 1250479273
        },
        {
            "start": 1250479277,
            "stop": 1250481211
        },
        {
            "start": 1250481213,
            "stop": 1250483594
        },
        {
            "start": 1250483598,
            "stop": 1250484782
        },
        {
            "start": 1250484785,
            "stop": 1250484824
        },
        {
            "start": 1250484828,
            "stop": 1250484831
        },
        {
            "start": 1250484836,
            "stop": 1250484838
        },
        {
            "start": 1250484843,
            "stop": 1250485976
        },
        {
            "start": 1250485978,
            "stop": 1250486685
        },
        {
            "start": 1250486693,
            "stop": 1250487412
        },
        {
            "start": 1250487416,
            "stop": 1250489407
        }
    ]
}