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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 83,
    "results": [
        {
            "start": 817714954,
            "stop": 817715857
        },
        {
            "start": 817715864,
            "stop": 817715876
        },
        {
            "start": 817715879,
            "stop": 817718545
        },
        {
            "start": 817718550,
            "stop": 817718584
        },
        {
            "start": 817718587,
            "stop": 817718591
        },
        {
            "start": 817718598,
            "stop": 817718612
        },
        {
            "start": 817718623,
            "stop": 817718637
        },
        {
            "start": 817718640,
            "stop": 817718657
        },
        {
            "start": 817718661,
            "stop": 817718678
        },
        {
            "start": 817718684,
            "stop": 817718730
        },
        {
            "start": 817720684,
            "stop": 817720849
        },
        {
            "start": 817720852,
            "stop": 817721020
        },
        {
            "start": 817721023,
            "stop": 817721039
        },
        {
            "start": 817721042,
            "stop": 817721050
        },
        {
            "start": 817721053,
            "stop": 817721088
        },
        {
            "start": 817721091,
            "stop": 817721120
        },
        {
            "start": 817721123,
            "stop": 817721872
        },
        {
            "start": 817721875,
            "stop": 817722577
        },
        {
            "start": 817722580,
            "stop": 817722584
        },
        {
            "start": 817722592,
            "stop": 817722847
        }
    ]
}