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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=95",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 96,
    "results": [
        {
            "start": 819571905,
            "stop": 819572042
        },
        {
            "start": 819572050,
            "stop": 819572504
        },
        {
            "start": 819572512,
            "stop": 819573192
        },
        {
            "start": 819574106,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579913
        },
        {
            "start": 819580664,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819600193
        },
        {
            "start": 819601648,
            "stop": 819604093
        },
        {
            "start": 819605130,
            "stop": 819614275
        },
        {
            "start": 819614283,
            "stop": 819616194
        },
        {
            "start": 819616201,
            "stop": 819625543
        },
        {
            "start": 819625724,
            "stop": 819634539
        }
    ]
}