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=9884
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=9885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9883",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9884,
    "results": [
        {
            "start": 870863875,
            "stop": 870863882
        },
        {
            "start": 870863891,
            "stop": 870864000
        },
        {
            "start": 870864060,
            "stop": 870864162
        },
        {
            "start": 870864169,
            "stop": 870864176
        },
        {
            "start": 870864184,
            "stop": 870864209
        },
        {
            "start": 870864216,
            "stop": 870864271
        },
        {
            "start": 870864278,
            "stop": 870864360
        },
        {
            "start": 870864540,
            "stop": 870864577
        },
        {
            "start": 870864585,
            "stop": 870864592
        },
        {
            "start": 870864600,
            "stop": 870864637
        },
        {
            "start": 870864646,
            "stop": 870864673
        },
        {
            "start": 870864681,
            "stop": 870864696
        },
        {
            "start": 870864742,
            "stop": 870864867
        },
        {
            "start": 870864882,
            "stop": 870864896
        },
        {
            "start": 870865020,
            "stop": 870865071
        },
        {
            "start": 870865078,
            "stop": 870865158
        },
        {
            "start": 870865166,
            "stop": 870865260
        },
        {
            "start": 870865268,
            "stop": 870865320
        },
        {
            "start": 870865380,
            "stop": 870865440
        },
        {
            "start": 870865500,
            "stop": 870865600
        }
    ]
}