Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5255
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5254",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5255,
    "results": [
        {
            "start": 875214167,
            "stop": 875214203
        },
        {
            "start": 875214210,
            "stop": 875214253
        },
        {
            "start": 875214260,
            "stop": 875214306
        },
        {
            "start": 875214313,
            "stop": 875214511
        },
        {
            "start": 875214519,
            "stop": 875214526
        },
        {
            "start": 875214537,
            "stop": 875214592
        },
        {
            "start": 875214599,
            "stop": 875214605
        },
        {
            "start": 875214612,
            "stop": 875214700
        },
        {
            "start": 875214707,
            "stop": 875214775
        },
        {
            "start": 875214782,
            "stop": 875214799
        },
        {
            "start": 875214806,
            "stop": 875214831
        },
        {
            "start": 875214838,
            "stop": 875214844
        },
        {
            "start": 875214851,
            "stop": 875214852
        },
        {
            "start": 875214859,
            "stop": 875214909
        },
        {
            "start": 875214916,
            "stop": 875214970
        },
        {
            "start": 875214978,
            "stop": 875214993
        },
        {
            "start": 875215000,
            "stop": 875215122
        },
        {
            "start": 875215134,
            "stop": 875215154
        },
        {
            "start": 875215162,
            "stop": 875215249
        },
        {
            "start": 875215256,
            "stop": 875215262
        }
    ]
}