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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=38",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 39,
    "results": [
        {
            "start": 820861074,
            "stop": 820861455
        },
        {
            "start": 820861980,
            "stop": 820863824
        },
        {
            "start": 820864144,
            "stop": 820864312
        },
        {
            "start": 820864712,
            "stop": 820867044
        },
        {
            "start": 820867454,
            "stop": 820872847
        },
        {
            "start": 820877248,
            "stop": 820878693
        },
        {
            "start": 820880092,
            "stop": 820884357
        },
        {
            "start": 820884677,
            "stop": 820884683
        },
        {
            "start": 820885083,
            "stop": 820886965
        },
        {
            "start": 820887285,
            "stop": 820887630
        },
        {
            "start": 820888030,
            "stop": 820889256
        },
        {
            "start": 820889752,
            "stop": 820894099
        },
        {
            "start": 820894499,
            "stop": 820894512
        },
        {
            "start": 820895357,
            "stop": 820909638
        },
        {
            "start": 820910176,
            "stop": 820920257
        },
        {
            "start": 820920882,
            "stop": 820921330
        },
        {
            "start": 820921879,
            "stop": 820921937
        },
        {
            "start": 820922832,
            "stop": 820942903
        },
        {
            "start": 820943317,
            "stop": 820943320
        },
        {
            "start": 820943797,
            "stop": 820944195
        }
    ]
}