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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3853",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3854,
    "results": [
        {
            "start": 875220891,
            "stop": 875221421
        },
        {
            "start": 875221425,
            "stop": 875221945
        },
        {
            "start": 875221948,
            "stop": 875222518
        },
        {
            "start": 875222521,
            "stop": 875223497
        },
        {
            "start": 875223500,
            "stop": 875224858
        },
        {
            "start": 875224861,
            "stop": 875224889
        },
        {
            "start": 875224906,
            "stop": 875224953
        },
        {
            "start": 875224956,
            "stop": 875225225
        },
        {
            "start": 875225242,
            "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": 875227334
        },
        {
            "start": 875227337,
            "stop": 875228013
        },
        {
            "start": 875228030,
            "stop": 875228236
        }
    ]
}