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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=66",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 67,
    "results": [
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834953270
        },
        {
            "start": 834955380,
            "stop": 834963578
        },
        {
            "start": 834964357,
            "stop": 834983667
        },
        {
            "start": 834983699,
            "stop": 834985758
        },
        {
            "start": 834995606,
            "stop": 835009414
        },
        {
            "start": 835011074,
            "stop": 835020089
        },
        {
            "start": 835021487,
            "stop": 835039739
        },
        {
            "start": 835041483,
            "stop": 835099662
        },
        {
            "start": 835100575,
            "stop": 835100822
        },
        {
            "start": 835101713,
            "stop": 835212365
        },
        {
            "start": 835214244,
            "stop": 835247128
        },
        {
            "start": 835248192,
            "stop": 835315229
        },
        {
            "start": 835315928,
            "stop": 835374903
        },
        {
            "start": 835376304,
            "stop": 835393162
        },
        {
            "start": 835395164,
            "stop": 835411656
        },
        {
            "start": 835412799,
            "stop": 835413066
        },
        {
            "start": 835413846,
            "stop": 835443450
        },
        {
            "start": 835444353,
            "stop": 835455664
        },
        {
            "start": 835471334,
            "stop": 835475791
        }
    ]
}