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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7596",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7594",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7595,
    "results": [
        {
            "start": 970542019,
            "stop": 970542026
        },
        {
            "start": 970542032,
            "stop": 970542039
        },
        {
            "start": 970542042,
            "stop": 970542060
        },
        {
            "start": 970542063,
            "stop": 970542068
        },
        {
            "start": 970542074,
            "stop": 970542082
        },
        {
            "start": 970542091,
            "stop": 970542130
        },
        {
            "start": 970542140,
            "stop": 970543054
        },
        {
            "start": 970543064,
            "stop": 970543189
        },
        {
            "start": 970543192,
            "stop": 970543805
        },
        {
            "start": 970543814,
            "stop": 970543816
        },
        {
            "start": 970543822,
            "stop": 970543826
        },
        {
            "start": 970543832,
            "stop": 970543838
        },
        {
            "start": 970543844,
            "stop": 970543862
        },
        {
            "start": 970543872,
            "stop": 970543876
        },
        {
            "start": 970543883,
            "stop": 970543908
        },
        {
            "start": 970543914,
            "stop": 970543916
        },
        {
            "start": 970543922,
            "stop": 970543923
        },
        {
            "start": 970543949,
            "stop": 970543953
        },
        {
            "start": 970543959,
            "stop": 970544009
        },
        {
            "start": 970554692,
            "stop": 970554695
        }
    ]
}