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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=288",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 289,
    "results": [
        {
            "start": 863398212,
            "stop": 863401065
        },
        {
            "start": 863401382,
            "stop": 863401394
        },
        {
            "start": 863401504,
            "stop": 863401671
        },
        {
            "start": 863401971,
            "stop": 863402468
        },
        {
            "start": 863403032,
            "stop": 863403042
        },
        {
            "start": 863403152,
            "stop": 863403253
        },
        {
            "start": 863403553,
            "stop": 863413931
        },
        {
            "start": 863413933,
            "stop": 863435873
        },
        {
            "start": 863436158,
            "stop": 863457481
        },
        {
            "start": 863459746,
            "stop": 863460001
        },
        {
            "start": 863460665,
            "stop": 863461196
        },
        {
            "start": 863461610,
            "stop": 863462406
        },
        {
            "start": 863465693,
            "stop": 863466220
        },
        {
            "start": 863470731,
            "stop": 863472374
        },
        {
            "start": 863475233,
            "stop": 863476274
        },
        {
            "start": 863477797,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863485996
        },
        {
            "start": 863486690,
            "stop": 863486895
        },
        {
            "start": 863487202,
            "stop": 863528912
        },
        {
            "start": 863529029,
            "stop": 863532164
        }
    ]
}