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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6335",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6336,
    "results": [
        {
            "start": 873343471,
            "stop": 873344530
        },
        {
            "start": 873344531,
            "stop": 873344540
        },
        {
            "start": 873344541,
            "stop": 873344727
        },
        {
            "start": 873344728,
            "stop": 873344806
        },
        {
            "start": 873344807,
            "stop": 873344922
        },
        {
            "start": 873344924,
            "stop": 873345304
        },
        {
            "start": 873345308,
            "stop": 873346082
        },
        {
            "start": 873346084,
            "stop": 873346209
        },
        {
            "start": 873346210,
            "stop": 873346356
        },
        {
            "start": 873346357,
            "stop": 873346477
        },
        {
            "start": 873346478,
            "stop": 873346641
        },
        {
            "start": 873346643,
            "stop": 873347603
        },
        {
            "start": 873347604,
            "stop": 873347838
        },
        {
            "start": 873347839,
            "stop": 873347920
        },
        {
            "start": 873347921,
            "stop": 873348329
        },
        {
            "start": 873348330,
            "stop": 873348408
        },
        {
            "start": 873348409,
            "stop": 873349054
        },
        {
            "start": 873349055,
            "stop": 873349309
        },
        {
            "start": 873349310,
            "stop": 873349498
        },
        {
            "start": 873349500,
            "stop": 873350116
        }
    ]
}