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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=108",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 109,
    "results": [
        {
            "start": 817573831,
            "stop": 817574640
        },
        {
            "start": 817574647,
            "stop": 817574850
        },
        {
            "start": 817574851,
            "stop": 817576741
        },
        {
            "start": 817576748,
            "stop": 817576870
        },
        {
            "start": 817576877,
            "stop": 817577593
        },
        {
            "start": 817577600,
            "stop": 817577744
        },
        {
            "start": 817577751,
            "stop": 817579201
        },
        {
            "start": 817579208,
            "stop": 817579672
        },
        {
            "start": 817579679,
            "stop": 817580296
        },
        {
            "start": 817580304,
            "stop": 817580457
        },
        {
            "start": 817580464,
            "stop": 817581377
        },
        {
            "start": 817581384,
            "stop": 817581825
        },
        {
            "start": 817581832,
            "stop": 817582145
        },
        {
            "start": 817582153,
            "stop": 817582897
        },
        {
            "start": 817582904,
            "stop": 817583233
        },
        {
            "start": 817583240,
            "stop": 817583465
        },
        {
            "start": 817583472,
            "stop": 817584578
        },
        {
            "start": 817584585,
            "stop": 817585821
        },
        {
            "start": 817585828,
            "stop": 817585982
        },
        {
            "start": 817585989,
            "stop": 817586280
        }
    ]
}