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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5132",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5133,
    "results": [
        {
            "start": 874737893,
            "stop": 874737925
        },
        {
            "start": 874737945,
            "stop": 874737999
        },
        {
            "start": 874738019,
            "stop": 874738160
        },
        {
            "start": 874738179,
            "stop": 874738214
        },
        {
            "start": 874738234,
            "stop": 874738240
        },
        {
            "start": 874738260,
            "stop": 874738349
        },
        {
            "start": 874738380,
            "stop": 874738420
        },
        {
            "start": 874738440,
            "stop": 874738512
        },
        {
            "start": 874738547,
            "stop": 874738573
        },
        {
            "start": 874738597,
            "stop": 874738713
        },
        {
            "start": 874738733,
            "stop": 874738818
        },
        {
            "start": 874738837,
            "stop": 874738846
        },
        {
            "start": 874738865,
            "stop": 874738869
        },
        {
            "start": 874738888,
            "stop": 874738905
        },
        {
            "start": 874738940,
            "stop": 874739138
        },
        {
            "start": 874739158,
            "stop": 874739194
        },
        {
            "start": 874739214,
            "stop": 874739266
        },
        {
            "start": 874739286,
            "stop": 874739508
        },
        {
            "start": 874739539,
            "stop": 874739588
        },
        {
            "start": 874739607,
            "stop": 874739647
        }
    ]
}