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=5079
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=5080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5078",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5079,
    "results": [
        {
            "start": 874637859,
            "stop": 874637959
        },
        {
            "start": 874637989,
            "stop": 874638013
        },
        {
            "start": 874638081,
            "stop": 874638085
        },
        {
            "start": 874638109,
            "stop": 874638156
        },
        {
            "start": 874638175,
            "stop": 874638177
        },
        {
            "start": 874638197,
            "stop": 874638251
        },
        {
            "start": 874638270,
            "stop": 874638381
        },
        {
            "start": 874638403,
            "stop": 874638527
        },
        {
            "start": 874638546,
            "stop": 874638711
        },
        {
            "start": 874638730,
            "stop": 874638882
        },
        {
            "start": 874638901,
            "stop": 874638969
        },
        {
            "start": 874638988,
            "stop": 874638989
        },
        {
            "start": 874639008,
            "stop": 874639013
        },
        {
            "start": 874639034,
            "stop": 874639143
        },
        {
            "start": 874639162,
            "stop": 874639327
        },
        {
            "start": 874639359,
            "stop": 874639372
        },
        {
            "start": 874639392,
            "stop": 874639464
        },
        {
            "start": 874639483,
            "stop": 874639540
        },
        {
            "start": 874639559,
            "stop": 874639646
        },
        {
            "start": 874639665,
            "stop": 874639974
        }
    ]
}