Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4612
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4611",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4612,
    "results": [
        {
            "start": 874197060,
            "stop": 874197162
        },
        {
            "start": 874197181,
            "stop": 874197208
        },
        {
            "start": 874197230,
            "stop": 874197240
        },
        {
            "start": 874197361,
            "stop": 874197362
        },
        {
            "start": 874197382,
            "stop": 874197401
        },
        {
            "start": 874197420,
            "stop": 874197479
        },
        {
            "start": 874197515,
            "stop": 874197563
        },
        {
            "start": 874197582,
            "stop": 874197613
        },
        {
            "start": 874197632,
            "stop": 874197651
        },
        {
            "start": 874197668,
            "stop": 874197729
        },
        {
            "start": 874197748,
            "stop": 874197758
        },
        {
            "start": 874197787,
            "stop": 874197799
        },
        {
            "start": 874197818,
            "stop": 874197827
        },
        {
            "start": 874197846,
            "stop": 874197861
        },
        {
            "start": 874197880,
            "stop": 874197922
        },
        {
            "start": 874197947,
            "stop": 874197994
        },
        {
            "start": 874198127,
            "stop": 874198145
        },
        {
            "start": 874198164,
            "stop": 874198189
        },
        {
            "start": 874198209,
            "stop": 874198233
        },
        {
            "start": 874198252,
            "stop": 874198317
        }
    ]
}