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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=132",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 133,
    "results": [
        {
            "start": 816994372,
            "stop": 816994770
        },
        {
            "start": 816995910,
            "stop": 816995959
        },
        {
            "start": 816995988,
            "stop": 816996246
        },
        {
            "start": 816996275,
            "stop": 816996565
        },
        {
            "start": 816996585,
            "stop": 816996593
        },
        {
            "start": 816996612,
            "stop": 816997183
        },
        {
            "start": 816997204,
            "stop": 816997242
        },
        {
            "start": 816997270,
            "stop": 816997296
        },
        {
            "start": 816997340,
            "stop": 816997727
        },
        {
            "start": 816997746,
            "stop": 816997876
        },
        {
            "start": 816997897,
            "stop": 816998097
        },
        {
            "start": 816998118,
            "stop": 816998902
        },
        {
            "start": 816998951,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 816999084
        },
        {
            "start": 816999130,
            "stop": 817000098
        },
        {
            "start": 817000118,
            "stop": 817000403
        },
        {
            "start": 817000442,
            "stop": 817000457
        },
        {
            "start": 817000492,
            "stop": 817000618
        },
        {
            "start": 817000640,
            "stop": 817001274
        },
        {
            "start": 817001296,
            "stop": 817001385
        }
    ]
}