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=9900
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=9901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9899",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9900,
    "results": [
        {
            "start": 870888922,
            "stop": 870888954
        },
        {
            "start": 870888963,
            "stop": 870888969
        },
        {
            "start": 870888976,
            "stop": 870889043
        },
        {
            "start": 870889051,
            "stop": 870889080
        },
        {
            "start": 870889200,
            "stop": 870889205
        },
        {
            "start": 870889226,
            "stop": 870889235
        },
        {
            "start": 870889243,
            "stop": 870889250
        },
        {
            "start": 870889265,
            "stop": 870889295
        },
        {
            "start": 870889318,
            "stop": 870889332
        },
        {
            "start": 870889347,
            "stop": 870889373
        },
        {
            "start": 870889388,
            "stop": 870889397
        },
        {
            "start": 870889404,
            "stop": 870889428
        },
        {
            "start": 870889436,
            "stop": 870889456
        },
        {
            "start": 870889560,
            "stop": 870889618
        },
        {
            "start": 870889644,
            "stop": 870889653
        },
        {
            "start": 870889674,
            "stop": 870889680
        },
        {
            "start": 870889742,
            "stop": 870889769
        },
        {
            "start": 870889777,
            "stop": 870889809
        },
        {
            "start": 870889832,
            "stop": 870889876
        },
        {
            "start": 870889909,
            "stop": 870889916
        }
    ]
}