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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=82",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 83,
    "results": [
        {
            "start": 822845512,
            "stop": 822845514
        },
        {
            "start": 822845518,
            "stop": 822845869
        },
        {
            "start": 822845873,
            "stop": 822845879
        },
        {
            "start": 822845887,
            "stop": 822845889
        },
        {
            "start": 822845907,
            "stop": 822846056
        },
        {
            "start": 822846065,
            "stop": 822846085
        },
        {
            "start": 822846089,
            "stop": 822846129
        },
        {
            "start": 822846132,
            "stop": 822846525
        },
        {
            "start": 822846544,
            "stop": 822846589
        },
        {
            "start": 822846593,
            "stop": 822846798
        },
        {
            "start": 822846807,
            "stop": 822846818
        },
        {
            "start": 822846832,
            "stop": 822846920
        },
        {
            "start": 822846924,
            "stop": 822847017
        },
        {
            "start": 822847021,
            "stop": 822847053
        },
        {
            "start": 822847057,
            "stop": 822847826
        },
        {
            "start": 822847830,
            "stop": 822848043
        },
        {
            "start": 822848051,
            "stop": 822848082
        },
        {
            "start": 822848085,
            "stop": 822848915
        },
        {
            "start": 822848919,
            "stop": 822849126
        },
        {
            "start": 822849130,
            "stop": 822849136
        }
    ]
}