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=10069
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=10070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10068",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10069,
    "results": [
        {
            "start": 873032779,
            "stop": 873033118
        },
        {
            "start": 873034455,
            "stop": 873034549
        },
        {
            "start": 873034583,
            "stop": 873034606
        },
        {
            "start": 873034708,
            "stop": 873035070
        },
        {
            "start": 873036570,
            "stop": 873037020
        },
        {
            "start": 873037080,
            "stop": 873037166
        },
        {
            "start": 873037183,
            "stop": 873037202
        },
        {
            "start": 873037219,
            "stop": 873037225
        },
        {
            "start": 873037233,
            "stop": 873037380
        },
        {
            "start": 873037440,
            "stop": 873037938
        },
        {
            "start": 873037986,
            "stop": 873038074
        },
        {
            "start": 873038108,
            "stop": 873039081
        },
        {
            "start": 873039098,
            "stop": 873039105
        },
        {
            "start": 873039122,
            "stop": 873039733
        },
        {
            "start": 873039750,
            "stop": 873039773
        },
        {
            "start": 873039790,
            "stop": 873039807
        },
        {
            "start": 873039824,
            "stop": 873039866
        },
        {
            "start": 873039883,
            "stop": 873039898
        },
        {
            "start": 873039915,
            "stop": 873040446
        },
        {
            "start": 873040463,
            "stop": 873040727
        }
    ]
}