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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=379",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 380,
    "results": [
        {
            "start": 821507673,
            "stop": 821507674
        },
        {
            "start": 821507677,
            "stop": 821507813
        },
        {
            "start": 821507816,
            "stop": 821507817
        },
        {
            "start": 821507820,
            "stop": 821507822
        },
        {
            "start": 821507825,
            "stop": 821507837
        },
        {
            "start": 821507840,
            "stop": 821507847
        },
        {
            "start": 821507850,
            "stop": 821507866
        },
        {
            "start": 821507869,
            "stop": 821507870
        },
        {
            "start": 821507873,
            "stop": 821507885
        },
        {
            "start": 821507888,
            "stop": 821507923
        },
        {
            "start": 821507926,
            "stop": 821507935
        },
        {
            "start": 821507938,
            "stop": 821507954
        },
        {
            "start": 821507959,
            "stop": 821507962
        },
        {
            "start": 821507965,
            "stop": 821507972
        },
        {
            "start": 821508012,
            "stop": 821508020
        },
        {
            "start": 821508023,
            "stop": 821508030
        },
        {
            "start": 821508033,
            "stop": 821508037
        },
        {
            "start": 821508042,
            "stop": 821508054
        },
        {
            "start": 821508057,
            "stop": 821508066
        },
        {
            "start": 821508069,
            "stop": 821508073
        }
    ]
}