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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=340",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 341,
    "results": [
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873489894,
            "stop": 873492054
        },
        {
            "start": 873492354,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873557852
        },
        {
            "start": 873557854,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873583011
        },
        {
            "start": 873583121,
            "stop": 873583138
        },
        {
            "start": 873584062,
            "stop": 873584608
        },
        {
            "start": 873584908,
            "stop": 873586081
        },
        {
            "start": 873586370,
            "stop": 873591203
        },
        {
            "start": 873591376,
            "stop": 873603479
        },
        {
            "start": 873603481,
            "stop": 873617896
        },
        {
            "start": 873618210,
            "stop": 873618214
        },
        {
            "start": 873618324,
            "stop": 873618357
        },
        {
            "start": 873618657,
            "stop": 873631504
        },
        {
            "start": 873645176,
            "stop": 873645283
        },
        {
            "start": 873647554,
            "stop": 873648455
        },
        {
            "start": 873650307,
            "stop": 873651422
        }
    ]
}