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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=148",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 149,
    "results": [
        {
            "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": 819607588
        },
        {
            "start": 819607605,
            "stop": 819626525
        },
        {
            "start": 819626542,
            "stop": 819640604
        }
    ]
}