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=9991
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=9992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9990",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9991,
    "results": [
        {
            "start": 872156011,
            "stop": 872156145
        },
        {
            "start": 872156204,
            "stop": 872156309
        },
        {
            "start": 872156351,
            "stop": 872156385
        },
        {
            "start": 872156422,
            "stop": 872157426
        },
        {
            "start": 872157462,
            "stop": 872157836
        },
        {
            "start": 872157853,
            "stop": 872160000
        },
        {
            "start": 872160017,
            "stop": 872160077
        },
        {
            "start": 872160113,
            "stop": 872160257
        },
        {
            "start": 872160293,
            "stop": 872160406
        },
        {
            "start": 872160442,
            "stop": 872161136
        },
        {
            "start": 872161172,
            "stop": 872161270
        },
        {
            "start": 872161306,
            "stop": 872161326
        },
        {
            "start": 872161362,
            "stop": 872161381
        },
        {
            "start": 872161417,
            "stop": 872161431
        },
        {
            "start": 872161474,
            "stop": 872161699
        },
        {
            "start": 872161735,
            "stop": 872161886
        },
        {
            "start": 872161922,
            "stop": 872161949
        },
        {
            "start": 872161985,
            "stop": 872162006
        },
        {
            "start": 872162047,
            "stop": 872162092
        },
        {
            "start": 872162129,
            "stop": 872162145
        }
    ]
}