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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 115,
    "results": [
        {
            "start": 1410817722,
            "stop": 1410835346
        },
        {
            "start": 1410835351,
            "stop": 1410837037
        },
        {
            "start": 1410837038,
            "stop": 1410841649
        },
        {
            "start": 1410841654,
            "stop": 1410863709
        },
        {
            "start": 1410863713,
            "stop": 1410874459
        },
        {
            "start": 1410874462,
            "stop": 1410877666
        },
        {
            "start": 1410877669,
            "stop": 1410878215
        },
        {
            "start": 1410878220,
            "stop": 1410879573
        },
        {
            "start": 1410879578,
            "stop": 1410882080
        },
        {
            "start": 1410882085,
            "stop": 1410883102
        },
        {
            "start": 1410883105,
            "stop": 1410883919
        },
        {
            "start": 1410883922,
            "stop": 1410886501
        },
        {
            "start": 1410887066,
            "stop": 1410891961
        },
        {
            "start": 1410893002,
            "stop": 1410903020
        },
        {
            "start": 1410903023,
            "stop": 1410905675
        },
        {
            "start": 1410905678,
            "stop": 1410909298
        },
        {
            "start": 1410909303,
            "stop": 1410914402
        },
        {
            "start": 1410914405,
            "stop": 1410942772
        },
        {
            "start": 1410942776,
            "stop": 1410943549
        },
        {
            "start": 1410943554,
            "stop": 1410953206
        }
    ]
}