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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15753",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15754,
    "results": [
        {
            "start": 971168411,
            "stop": 971168413
        },
        {
            "start": 971168421,
            "stop": 971168424
        },
        {
            "start": 971168426,
            "stop": 971168427
        },
        {
            "start": 971168429,
            "stop": 971168443
        },
        {
            "start": 971168445,
            "stop": 971168447
        },
        {
            "start": 971168448,
            "stop": 971168452
        },
        {
            "start": 971168454,
            "stop": 971168457
        },
        {
            "start": 971168458,
            "stop": 971168459
        },
        {
            "start": 971168466,
            "stop": 971168467
        },
        {
            "start": 971168468,
            "stop": 971168472
        },
        {
            "start": 971168474,
            "stop": 971168480
        },
        {
            "start": 971168481,
            "stop": 971168483
        },
        {
            "start": 971168484,
            "stop": 971168487
        },
        {
            "start": 971168489,
            "stop": 971168492
        },
        {
            "start": 971168495,
            "stop": 971168499
        },
        {
            "start": 971168501,
            "stop": 971168505
        },
        {
            "start": 971168508,
            "stop": 971168510
        },
        {
            "start": 971168511,
            "stop": 971168512
        },
        {
            "start": 971168516,
            "stop": 971168518
        },
        {
            "start": 971168519,
            "stop": 971168525
        }
    ]
}