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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5949",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5950,
    "results": [
        {
            "start": 875219426,
            "stop": 875219429
        },
        {
            "start": 875219432,
            "stop": 875219441
        },
        {
            "start": 875219444,
            "stop": 875219460
        },
        {
            "start": 875219463,
            "stop": 875219541
        },
        {
            "start": 875219544,
            "stop": 875219569
        },
        {
            "start": 875219574,
            "stop": 875219617
        },
        {
            "start": 875219620,
            "stop": 875219804
        },
        {
            "start": 875219807,
            "stop": 875219823
        },
        {
            "start": 875219826,
            "stop": 875219829
        },
        {
            "start": 875219832,
            "stop": 875219838
        },
        {
            "start": 875219841,
            "stop": 875219875
        },
        {
            "start": 875219879,
            "stop": 875219897
        },
        {
            "start": 875219900,
            "stop": 875219917
        },
        {
            "start": 875219920,
            "stop": 875219925
        },
        {
            "start": 875219928,
            "stop": 875219929
        },
        {
            "start": 875219932,
            "stop": 875219935
        },
        {
            "start": 875219938,
            "stop": 875219961
        },
        {
            "start": 875219964,
            "stop": 875219989
        },
        {
            "start": 875219993,
            "stop": 875220066
        },
        {
            "start": 875220069,
            "stop": 875220095
        }
    ]
}