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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 13,
    "results": [
        {
            "start": 1167540345,
            "stop": 1167552679
        },
        {
            "start": 1167552683,
            "stop": 1167564845
        },
        {
            "start": 1167564849,
            "stop": 1167568483
        },
        {
            "start": 1167568486,
            "stop": 1167569335
        },
        {
            "start": 1167569339,
            "stop": 1167573066
        },
        {
            "start": 1167573070,
            "stop": 1167577151
        },
        {
            "start": 1167577154,
            "stop": 1167577384
        },
        {
            "start": 1167577387,
            "stop": 1167578216
        },
        {
            "start": 1167578220,
            "stop": 1167581884
        },
        {
            "start": 1167581888,
            "stop": 1167584283
        },
        {
            "start": 1167584286,
            "stop": 1167593803
        },
        {
            "start": 1167593807,
            "stop": 1167595198
        },
        {
            "start": 1167595201,
            "stop": 1167595206
        },
        {
            "start": 1167595209,
            "stop": 1167599574
        },
        {
            "start": 1167599577,
            "stop": 1167599700
        },
        {
            "start": 1167599703,
            "stop": 1167599739
        },
        {
            "start": 1167599742,
            "stop": 1167599827
        },
        {
            "start": 1167599828,
            "stop": 1167599831
        },
        {
            "start": 1167599834,
            "stop": 1167599864
        },
        {
            "start": 1167599867,
            "stop": 1167599871
        }
    ]
}