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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5131",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5132,
    "results": [
        {
            "start": 874736290,
            "stop": 874736431
        },
        {
            "start": 874736451,
            "stop": 874736456
        },
        {
            "start": 874736476,
            "stop": 874736549
        },
        {
            "start": 874736569,
            "stop": 874736603
        },
        {
            "start": 874736622,
            "stop": 874736625
        },
        {
            "start": 874736644,
            "stop": 874736650
        },
        {
            "start": 874736669,
            "stop": 874736743
        },
        {
            "start": 874736762,
            "stop": 874736909
        },
        {
            "start": 874736953,
            "stop": 874736974
        },
        {
            "start": 874736993,
            "stop": 874736998
        },
        {
            "start": 874737017,
            "stop": 874737019
        },
        {
            "start": 874737038,
            "stop": 874737060
        },
        {
            "start": 874737080,
            "stop": 874737097
        },
        {
            "start": 874737116,
            "stop": 874737139
        },
        {
            "start": 874737158,
            "stop": 874737214
        },
        {
            "start": 874737233,
            "stop": 874737339
        },
        {
            "start": 874737359,
            "stop": 874737560
        },
        {
            "start": 874737580,
            "stop": 874737663
        },
        {
            "start": 874737683,
            "stop": 874737812
        },
        {
            "start": 874737832,
            "stop": 874737874
        }
    ]
}