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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=196",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 197,
    "results": [
        {
            "start": 1420569321,
            "stop": 1420569412
        },
        {
            "start": 1420569413,
            "stop": 1420569417
        },
        {
            "start": 1420569421,
            "stop": 1420569497
        },
        {
            "start": 1420569501,
            "stop": 1420569507
        },
        {
            "start": 1420569508,
            "stop": 1420569709
        },
        {
            "start": 1420569714,
            "stop": 1420569974
        },
        {
            "start": 1420569975,
            "stop": 1420570174
        },
        {
            "start": 1420570175,
            "stop": 1420570483
        },
        {
            "start": 1420570484,
            "stop": 1420570790
        },
        {
            "start": 1420570791,
            "stop": 1420570853
        },
        {
            "start": 1420570861,
            "stop": 1420570872
        },
        {
            "start": 1420570877,
            "stop": 1420570953
        },
        {
            "start": 1420570958,
            "stop": 1420571141
        },
        {
            "start": 1420571145,
            "stop": 1420571146
        },
        {
            "start": 1420571147,
            "stop": 1420571513
        },
        {
            "start": 1420571515,
            "stop": 1420571754
        },
        {
            "start": 1420571756,
            "stop": 1420572194
        },
        {
            "start": 1420572195,
            "stop": 1420572197
        },
        {
            "start": 1420572199,
            "stop": 1420572249
        },
        {
            "start": 1420572253,
            "stop": 1420572304
        }
    ]
}