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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=197",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 198,
    "results": [
        {
            "start": 820075630,
            "stop": 820075980
        },
        {
            "start": 820075983,
            "stop": 820076506
        },
        {
            "start": 820076509,
            "stop": 820077648
        },
        {
            "start": 820077665,
            "stop": 820077712
        },
        {
            "start": 820077715,
            "stop": 820078019
        },
        {
            "start": 820078022,
            "stop": 820078424
        },
        {
            "start": 820078428,
            "stop": 820079248
        },
        {
            "start": 820079265,
            "stop": 820083610
        },
        {
            "start": 820083613,
            "stop": 820084380
        },
        {
            "start": 820084440,
            "stop": 820084560
        },
        {
            "start": 820084620,
            "stop": 820086394
        },
        {
            "start": 820086398,
            "stop": 820086984
        },
        {
            "start": 820089692,
            "stop": 820093181
        },
        {
            "start": 820093184,
            "stop": 820093200
        },
        {
            "start": 820093260,
            "stop": 820093603
        },
        {
            "start": 820093606,
            "stop": 820094568
        },
        {
            "start": 820094688,
            "stop": 820094760
        },
        {
            "start": 820094820,
            "stop": 820096352
        },
        {
            "start": 820096384,
            "stop": 820096448
        },
        {
            "start": 820096480,
            "stop": 820096698
        }
    ]
}