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=10176
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=10177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10175",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10176,
    "results": [
        {
            "start": 873816960,
            "stop": 873816998
        },
        {
            "start": 873817006,
            "stop": 873817085
        },
        {
            "start": 873817102,
            "stop": 873817200
        },
        {
            "start": 873817208,
            "stop": 873817241
        },
        {
            "start": 873817256,
            "stop": 873817263
        },
        {
            "start": 873817278,
            "stop": 873817352
        },
        {
            "start": 873817386,
            "stop": 873817430
        },
        {
            "start": 873817466,
            "stop": 873817564
        },
        {
            "start": 873817571,
            "stop": 873817581
        },
        {
            "start": 873817589,
            "stop": 873817593
        },
        {
            "start": 873817680,
            "stop": 873817794
        },
        {
            "start": 873817810,
            "stop": 873817823
        },
        {
            "start": 873817834,
            "stop": 873817894
        },
        {
            "start": 873817902,
            "stop": 873818067
        },
        {
            "start": 873818075,
            "stop": 873818148
        },
        {
            "start": 873818156,
            "stop": 873818214
        },
        {
            "start": 873818221,
            "stop": 873818238
        },
        {
            "start": 873818249,
            "stop": 873818295
        },
        {
            "start": 873818305,
            "stop": 873818312
        },
        {
            "start": 873818320,
            "stop": 873818432
        }
    ]
}