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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=327",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 328,
    "results": [
        {
            "start": 864406417,
            "stop": 864406466
        },
        {
            "start": 864406470,
            "stop": 864406598
        },
        {
            "start": 864406602,
            "stop": 864407354
        },
        {
            "start": 864407368,
            "stop": 864407374
        },
        {
            "start": 864407378,
            "stop": 864407709
        },
        {
            "start": 864407714,
            "stop": 864407922
        },
        {
            "start": 864407926,
            "stop": 864407971
        },
        {
            "start": 864407980,
            "stop": 864415691
        },
        {
            "start": 864415759,
            "stop": 864416192
        },
        {
            "start": 864417729,
            "stop": 864422015
        },
        {
            "start": 864422019,
            "stop": 864422993
        },
        {
            "start": 864422997,
            "stop": 864423003
        },
        {
            "start": 864423011,
            "stop": 864423384
        },
        {
            "start": 864423403,
            "stop": 864423480
        },
        {
            "start": 864423484,
            "stop": 864423619
        },
        {
            "start": 864423622,
            "stop": 864424415
        },
        {
            "start": 864424424,
            "stop": 864424671
        },
        {
            "start": 864424680,
            "stop": 864424794
        },
        {
            "start": 864424798,
            "stop": 864424818
        },
        {
            "start": 864424822,
            "stop": 864424828
        }
    ]
}