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/L1_CBCLOW_CAT3/segments?format=api&page=112
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=111",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 112,
    "results": [
        {
            "start": 817873499,
            "stop": 817873621
        },
        {
            "start": 817874685,
            "stop": 817874695
        },
        {
            "start": 817874703,
            "stop": 817874767
        },
        {
            "start": 817874774,
            "stop": 817874811
        },
        {
            "start": 817874828,
            "stop": 817874904
        },
        {
            "start": 817874912,
            "stop": 817874915
        },
        {
            "start": 817874922,
            "stop": 817874930
        },
        {
            "start": 817874940,
            "stop": 817874961
        },
        {
            "start": 817874968,
            "stop": 817874982
        },
        {
            "start": 817874993,
            "stop": 817875031
        },
        {
            "start": 817875039,
            "stop": 817875130
        },
        {
            "start": 817875138,
            "stop": 817875149
        },
        {
            "start": 817875156,
            "stop": 817875186
        },
        {
            "start": 817875197,
            "stop": 817875240
        },
        {
            "start": 817875269,
            "stop": 817875342
        },
        {
            "start": 817875349,
            "stop": 817875400
        },
        {
            "start": 817875409,
            "stop": 817875463
        },
        {
            "start": 817875470,
            "stop": 817875478
        },
        {
            "start": 817875485,
            "stop": 817875501
        },
        {
            "start": 817875508,
            "stop": 817875516
        }
    ]
}