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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=180",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 181,
    "results": [
        {
            "start": 819925322,
            "stop": 819926160
        },
        {
            "start": 819926220,
            "stop": 819926400
        },
        {
            "start": 819926460,
            "stop": 819926520
        },
        {
            "start": 819926580,
            "stop": 819926986
        },
        {
            "start": 819926989,
            "stop": 819927201
        },
        {
            "start": 819931592,
            "stop": 819931620
        },
        {
            "start": 819931746,
            "stop": 819931920
        },
        {
            "start": 819932040,
            "stop": 819932611
        },
        {
            "start": 819932731,
            "stop": 819932923
        },
        {
            "start": 819933043,
            "stop": 819933731
        },
        {
            "start": 819933735,
            "stop": 819933783
        },
        {
            "start": 819933786,
            "stop": 819935700
        },
        {
            "start": 819935820,
            "stop": 819936559
        },
        {
            "start": 819936679,
            "stop": 819936780
        },
        {
            "start": 819936840,
            "stop": 819938107
        },
        {
            "start": 819938349,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819939960
        },
        {
            "start": 819940080,
            "stop": 819940140
        },
        {
            "start": 819940200,
            "stop": 819940246
        },
        {
            "start": 819940366,
            "stop": 819940380
        }
    ]
}