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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=536",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 537,
    "results": [
        {
            "start": 827193384,
            "stop": 827193606
        },
        {
            "start": 827193610,
            "stop": 827193644
        },
        {
            "start": 827193647,
            "stop": 827193817
        },
        {
            "start": 827193820,
            "stop": 827193850
        },
        {
            "start": 827193854,
            "stop": 827193982
        },
        {
            "start": 827193985,
            "stop": 827194046
        },
        {
            "start": 827194050,
            "stop": 827194249
        },
        {
            "start": 827194252,
            "stop": 827194284
        },
        {
            "start": 827194290,
            "stop": 827194312
        },
        {
            "start": 827194316,
            "stop": 827194649
        },
        {
            "start": 827194652,
            "stop": 827194730
        },
        {
            "start": 827194738,
            "stop": 827194822
        },
        {
            "start": 827194825,
            "stop": 827194862
        },
        {
            "start": 827194865,
            "stop": 827194867
        },
        {
            "start": 827194871,
            "stop": 827194872
        },
        {
            "start": 827194875,
            "stop": 827195051
        },
        {
            "start": 827195055,
            "stop": 827195197
        },
        {
            "start": 827195200,
            "stop": 827195203
        },
        {
            "start": 827195206,
            "stop": 827195323
        },
        {
            "start": 827195326,
            "stop": 827195340
        }
    ]
}