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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1841",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1842,
    "results": [
        {
            "start": 843867851,
            "stop": 843867853
        },
        {
            "start": 843867855,
            "stop": 843867872
        },
        {
            "start": 843867876,
            "stop": 843867878
        },
        {
            "start": 843867880,
            "stop": 843867896
        },
        {
            "start": 843867898,
            "stop": 843867899
        },
        {
            "start": 843867901,
            "stop": 843867905
        },
        {
            "start": 843867913,
            "stop": 843867917
        },
        {
            "start": 843867919,
            "stop": 843867982
        },
        {
            "start": 843867986,
            "stop": 843867994
        },
        {
            "start": 843867996,
            "stop": 843868014
        },
        {
            "start": 843868016,
            "stop": 843868017
        },
        {
            "start": 843868019,
            "stop": 843868021
        },
        {
            "start": 843868023,
            "stop": 843868038
        },
        {
            "start": 843868043,
            "stop": 843868044
        },
        {
            "start": 843868048,
            "stop": 843868079
        },
        {
            "start": 843868084,
            "stop": 843868097
        },
        {
            "start": 843868099,
            "stop": 843868101
        },
        {
            "start": 843868103,
            "stop": 843868111
        },
        {
            "start": 843868113,
            "stop": 843868129
        },
        {
            "start": 843868131,
            "stop": 843868136
        }
    ]
}