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=1966
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=1967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1965",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1966,
    "results": [
        {
            "start": 853602398,
            "stop": 853603855
        },
        {
            "start": 853746786,
            "stop": 853747197
        },
        {
            "start": 853748160,
            "stop": 853758767
        },
        {
            "start": 853758877,
            "stop": 853759004
        },
        {
            "start": 853759304,
            "stop": 853767480
        },
        {
            "start": 853767481,
            "stop": 853772503
        },
        {
            "start": 853832365,
            "stop": 853838405
        },
        {
            "start": 853843278,
            "stop": 853864350
        },
        {
            "start": 853947863,
            "stop": 853949277
        },
        {
            "start": 853949577,
            "stop": 853949940
        },
        {
            "start": 853950418,
            "stop": 853955039
        },
        {
            "start": 853955305,
            "stop": 853955382
        },
        {
            "start": 853955682,
            "stop": 853957606
        },
        {
            "start": 853957696,
            "stop": 853957916
        },
        {
            "start": 853957919,
            "stop": 853958238
        },
        {
            "start": 853958241,
            "stop": 853962236
        },
        {
            "start": 854013754,
            "stop": 854041710
        },
        {
            "start": 854041870,
            "stop": 854043389
        },
        {
            "start": 854046197,
            "stop": 854050638
        },
        {
            "start": 854082332,
            "stop": 854086616
        }
    ]
}