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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=134",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 135,
    "results": [
        {
            "start": 819568684,
            "stop": 819573032
        },
        {
            "start": 819573510,
            "stop": 819574234
        },
        {
            "start": 819574237,
            "stop": 819576616
        },
        {
            "start": 819576619,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579763
        },
        {
            "start": 819580230,
            "stop": 819580319
        },
        {
            "start": 819580322,
            "stop": 819580657
        },
        {
            "start": 819580661,
            "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": 819600093
        },
        {
            "start": 819600542,
            "stop": 819600640
        },
        {
            "start": 819601040,
            "stop": 819603767
        },
        {
            "start": 819605547,
            "stop": 819625543
        }
    ]
}