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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=236",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 237,
    "results": [
        {
            "start": 817863587,
            "stop": 817863696
        },
        {
            "start": 817863718,
            "stop": 817863730
        },
        {
            "start": 817863734,
            "stop": 817863748
        },
        {
            "start": 817863751,
            "stop": 817863762
        },
        {
            "start": 817863768,
            "stop": 817863790
        },
        {
            "start": 817863794,
            "stop": 817863859
        },
        {
            "start": 817863862,
            "stop": 817863882
        },
        {
            "start": 817863885,
            "stop": 817863903
        },
        {
            "start": 817863907,
            "stop": 817864056
        },
        {
            "start": 817864060,
            "stop": 817864076
        },
        {
            "start": 817864097,
            "stop": 817864186
        },
        {
            "start": 817864208,
            "stop": 817864213
        },
        {
            "start": 817864217,
            "stop": 817864251
        },
        {
            "start": 817864254,
            "stop": 817864285
        },
        {
            "start": 817864302,
            "stop": 817864312
        },
        {
            "start": 817864332,
            "stop": 817864350
        },
        {
            "start": 817864354,
            "stop": 817864398
        },
        {
            "start": 817864402,
            "stop": 817864414
        },
        {
            "start": 817864435,
            "stop": 817864523
        },
        {
            "start": 817864545,
            "stop": 817864548
        }
    ]
}