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=9893
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=9894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9892",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9893,
    "results": [
        {
            "start": 870880457,
            "stop": 870880499
        },
        {
            "start": 870880560,
            "stop": 870880563
        },
        {
            "start": 870880600,
            "stop": 870880619
        },
        {
            "start": 870880641,
            "stop": 870880654
        },
        {
            "start": 870880662,
            "stop": 870880696
        },
        {
            "start": 870880704,
            "stop": 870880711
        },
        {
            "start": 870880749,
            "stop": 870880756
        },
        {
            "start": 870880764,
            "stop": 870880800
        },
        {
            "start": 870880860,
            "stop": 870880871
        },
        {
            "start": 870880879,
            "stop": 870880891
        },
        {
            "start": 870880980,
            "stop": 870881044
        },
        {
            "start": 870881052,
            "stop": 870881078
        },
        {
            "start": 870881086,
            "stop": 870881094
        },
        {
            "start": 870881109,
            "stop": 870881128
        },
        {
            "start": 870881144,
            "stop": 870881149
        },
        {
            "start": 870881172,
            "stop": 870881177
        },
        {
            "start": 870881192,
            "stop": 870881234
        },
        {
            "start": 870881273,
            "stop": 870881288
        },
        {
            "start": 870881436,
            "stop": 870881449
        },
        {
            "start": 870881456,
            "stop": 870881463
        }
    ]
}