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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=61",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 62,
    "results": [
        {
            "start": 952164359,
            "stop": 952173089
        },
        {
            "start": 952177525,
            "stop": 952179237
        },
        {
            "start": 952221746,
            "stop": 952237314
        },
        {
            "start": 952244839,
            "stop": 952247473
        },
        {
            "start": 952253837,
            "stop": 952258123
        },
        {
            "start": 952261575,
            "stop": 952265241
        },
        {
            "start": 952271637,
            "stop": 952272041
        },
        {
            "start": 952272052,
            "stop": 952273557
        },
        {
            "start": 952293024,
            "stop": 952294440
        },
        {
            "start": 952303710,
            "stop": 952310152
        },
        {
            "start": 952311863,
            "stop": 952338041
        },
        {
            "start": 952345876,
            "stop": 952354378
        },
        {
            "start": 952363578,
            "stop": 952363609
        },
        {
            "start": 952383838,
            "stop": 952389513
        },
        {
            "start": 952390541,
            "stop": 952405324
        },
        {
            "start": 952405948,
            "stop": 952420785
        },
        {
            "start": 952430714,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952448595
        },
        {
            "start": 952450101,
            "stop": 952451781
        },
        {
            "start": 952456053,
            "stop": 952461209
        }
    ]
}