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_CAT1/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/H1_CBCHIGH_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=134",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 135,
    "results": [
        {
            "start": 853266188,
            "stop": 853272983
        },
        {
            "start": 853273907,
            "stop": 853276489
        },
        {
            "start": 853276577,
            "stop": 853277213
        },
        {
            "start": 853277335,
            "stop": 853288957
        },
        {
            "start": 853289545,
            "stop": 853293369
        },
        {
            "start": 853293551,
            "stop": 853313003
        },
        {
            "start": 853313551,
            "stop": 853316012
        },
        {
            "start": 853343884,
            "stop": 853344480
        },
        {
            "start": 853346506,
            "stop": 853351204
        },
        {
            "start": 853351268,
            "stop": 853353903
        },
        {
            "start": 853353943,
            "stop": 853358876
        },
        {
            "start": 853359509,
            "stop": 853414966
        },
        {
            "start": 853424053,
            "stop": 853444760
        },
        {
            "start": 853445968,
            "stop": 853453262
        },
        {
            "start": 853453339,
            "stop": 853479065
        },
        {
            "start": 853480706,
            "stop": 853483089
        },
        {
            "start": 853484156,
            "stop": 853518607
        },
        {
            "start": 853518766,
            "stop": 853522993
        },
        {
            "start": 853572504,
            "stop": 853576065
        },
        {
            "start": 853577096,
            "stop": 853577758
        }
    ]
}