Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=164",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 165,
    "results": [
        {
            "start": 863222313,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863295686
        },
        {
            "start": 863296795,
            "stop": 863301801
        },
        {
            "start": 863302793,
            "stop": 863311366
        },
        {
            "start": 863311578,
            "stop": 863316563
        },
        {
            "start": 863316814,
            "stop": 863344399
        },
        {
            "start": 863346730,
            "stop": 863367904
        },
        {
            "start": 863367995,
            "stop": 863377895
        },
        {
            "start": 863378803,
            "stop": 863398038
        },
        {
            "start": 863398212,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863457765
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460425,
            "stop": 863461296
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        },
        {
            "start": 863470576,
            "stop": 863472374
        },
        {
            "start": 863475233,
            "stop": 863476558
        },
        {
            "start": 863477797,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863528912
        },
        {
            "start": 863529029,
            "stop": 863532182
        }
    ]
}