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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9880",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9881,
    "results": [
        {
            "start": 870859119,
            "stop": 870859140
        },
        {
            "start": 870859200,
            "stop": 870859303
        },
        {
            "start": 870859311,
            "stop": 870859318
        },
        {
            "start": 870859327,
            "stop": 870859674
        },
        {
            "start": 870859683,
            "stop": 870859737
        },
        {
            "start": 870859745,
            "stop": 870859796
        },
        {
            "start": 870859808,
            "stop": 870859906
        },
        {
            "start": 870859914,
            "stop": 870860102
        },
        {
            "start": 870860111,
            "stop": 870860267
        },
        {
            "start": 870860275,
            "stop": 870860367
        },
        {
            "start": 870860375,
            "stop": 870860382
        },
        {
            "start": 870860397,
            "stop": 870860451
        },
        {
            "start": 870860458,
            "stop": 870860517
        },
        {
            "start": 870860580,
            "stop": 870860622
        },
        {
            "start": 870860645,
            "stop": 870860833
        },
        {
            "start": 870860841,
            "stop": 870860958
        },
        {
            "start": 870860967,
            "stop": 870860983
        },
        {
            "start": 870860999,
            "stop": 870861060
        },
        {
            "start": 870861120,
            "stop": 870861128
        },
        {
            "start": 870861137,
            "stop": 870861213
        }
    ]
}