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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=89",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 90,
    "results": [
        {
            "start": 946356479,
            "stop": 946360514
        },
        {
            "start": 946362652,
            "stop": 946369045
        },
        {
            "start": 946372854,
            "stop": 946382525
        },
        {
            "start": 946395595,
            "stop": 946396646
        },
        {
            "start": 946400173,
            "stop": 946404871
        },
        {
            "start": 946412312,
            "stop": 946413471
        },
        {
            "start": 946415770,
            "stop": 946422880
        },
        {
            "start": 946427047,
            "stop": 946433618
        },
        {
            "start": 946433621,
            "stop": 946433624
        },
        {
            "start": 946433628,
            "stop": 946433637
        },
        {
            "start": 946433639,
            "stop": 946433656
        },
        {
            "start": 946433660,
            "stop": 946433672
        },
        {
            "start": 946433675,
            "stop": 946433746
        },
        {
            "start": 946433752,
            "stop": 946433794
        },
        {
            "start": 946433797,
            "stop": 946433798
        },
        {
            "start": 946433801,
            "stop": 946433816
        },
        {
            "start": 946433820,
            "stop": 946433836
        },
        {
            "start": 946433841,
            "stop": 946436087
        },
        {
            "start": 946436092,
            "stop": 946436100
        },
        {
            "start": 946436105,
            "stop": 946436192
        }
    ]
}