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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9957",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9958,
    "results": [
        {
            "start": 875221425,
            "stop": 875221945
        },
        {
            "start": 875221948,
            "stop": 875222518
        },
        {
            "start": 875222521,
            "stop": 875222562
        },
        {
            "start": 875222682,
            "stop": 875222880
        },
        {
            "start": 875222940,
            "stop": 875223497
        },
        {
            "start": 875223500,
            "stop": 875224850
        },
        {
            "start": 875224997,
            "stop": 875225196
        },
        {
            "start": 875225316,
            "stop": 875225372
        },
        {
            "start": 875225375,
            "stop": 875225622
        },
        {
            "start": 875225639,
            "stop": 875225870
        },
        {
            "start": 875225887,
            "stop": 875226028
        },
        {
            "start": 875226031,
            "stop": 875226068
        },
        {
            "start": 875226072,
            "stop": 875226877
        },
        {
            "start": 875226880,
            "stop": 875226900
        },
        {
            "start": 875226960,
            "stop": 875227076
        },
        {
            "start": 875227079,
            "stop": 875227110
        },
        {
            "start": 875227113,
            "stop": 875227157
        },
        {
            "start": 875227294,
            "stop": 875227334
        },
        {
            "start": 875227337,
            "stop": 875228013
        },
        {
            "start": 875228030,
            "stop": 875228236
        }
    ]
}