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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=141",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 142,
    "results": [
        {
            "start": 819580802,
            "stop": 819600227
        },
        {
            "start": 819600493,
            "stop": 819600671
        },
        {
            "start": 819601040,
            "stop": 819603937
        },
        {
            "start": 819603938,
            "stop": 819604133
        },
        {
            "start": 819605547,
            "stop": 819625543
        },
        {
            "start": 819625724,
            "stop": 819626532
        },
        {
            "start": 819626539,
            "stop": 819640849
        },
        {
            "start": 819641004,
            "stop": 819641029
        },
        {
            "start": 819641105,
            "stop": 819656593
        },
        {
            "start": 819656607,
            "stop": 819656608
        },
        {
            "start": 819658602,
            "stop": 819659168
        },
        {
            "start": 819659175,
            "stop": 819661334
        },
        {
            "start": 819661571,
            "stop": 819664585
        },
        {
            "start": 819664592,
            "stop": 819667981
        },
        {
            "start": 819667988,
            "stop": 819669796
        },
        {
            "start": 819669803,
            "stop": 819671175
        },
        {
            "start": 819671182,
            "stop": 819673745
        },
        {
            "start": 819673750,
            "stop": 819676481
        },
        {
            "start": 819676488,
            "stop": 819676757
        },
        {
            "start": 819676764,
            "stop": 819677143
        }
    ]
}