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=8327
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=8328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8326",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8327,
    "results": [
        {
            "start": 874307206,
            "stop": 874307289
        },
        {
            "start": 874307308,
            "stop": 874307449
        },
        {
            "start": 874307468,
            "stop": 874307517
        },
        {
            "start": 874307536,
            "stop": 874307546
        },
        {
            "start": 874307566,
            "stop": 874307622
        },
        {
            "start": 874307641,
            "stop": 874307699
        },
        {
            "start": 874307718,
            "stop": 874307730
        },
        {
            "start": 874307797,
            "stop": 874307984
        },
        {
            "start": 874308003,
            "stop": 874308678
        },
        {
            "start": 874308699,
            "stop": 874308717
        },
        {
            "start": 874308734,
            "stop": 874309001
        },
        {
            "start": 874309620,
            "stop": 874309650
        },
        {
            "start": 874311276,
            "stop": 874311530
        },
        {
            "start": 874311558,
            "stop": 874311565
        },
        {
            "start": 874311584,
            "stop": 874312148
        },
        {
            "start": 874312187,
            "stop": 874312196
        },
        {
            "start": 874312272,
            "stop": 874312494
        },
        {
            "start": 874312511,
            "stop": 874312617
        },
        {
            "start": 874312634,
            "stop": 874313114
        },
        {
            "start": 874324131,
            "stop": 874324844
        }
    ]
}