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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2196",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2197,
    "results": [
        {
            "start": 872544428,
            "stop": 872545307
        },
        {
            "start": 872545453,
            "stop": 872563135
        },
        {
            "start": 872563140,
            "stop": 872563155
        },
        {
            "start": 872563160,
            "stop": 872564687
        },
        {
            "start": 872566452,
            "stop": 872566715
        },
        {
            "start": 872566720,
            "stop": 872566740
        },
        {
            "start": 872566745,
            "stop": 872566790
        },
        {
            "start": 872566795,
            "stop": 872567790
        },
        {
            "start": 872567910,
            "stop": 872568518
        },
        {
            "start": 872568519,
            "stop": 872568823
        },
        {
            "start": 872568825,
            "stop": 872569204
        },
        {
            "start": 872569206,
            "stop": 872569933
        },
        {
            "start": 872569934,
            "stop": 872587367
        },
        {
            "start": 872587370,
            "stop": 872600852
        },
        {
            "start": 872600854,
            "stop": 872610547
        },
        {
            "start": 872610553,
            "stop": 872612746
        },
        {
            "start": 872612748,
            "stop": 872622810
        },
        {
            "start": 872622818,
            "stop": 872622830
        },
        {
            "start": 872622835,
            "stop": 872626252
        },
        {
            "start": 872627375,
            "stop": 872627795
        }
    ]
}