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_CAT3E/segments?format=api&page=47010
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=47011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47009",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47010,
    "results": [
        {
            "start": 875224866,
            "stop": 875224870
        },
        {
            "start": 875224872,
            "stop": 875224886
        },
        {
            "start": 875224887,
            "stop": 875224888
        },
        {
            "start": 875224889,
            "stop": 875224909
        },
        {
            "start": 875224914,
            "stop": 875224925
        },
        {
            "start": 875224928,
            "stop": 875224934
        },
        {
            "start": 875224936,
            "stop": 875224940
        },
        {
            "start": 875224943,
            "stop": 875224950
        },
        {
            "start": 875224951,
            "stop": 875224953
        },
        {
            "start": 875224957,
            "stop": 875224975
        },
        {
            "start": 875224976,
            "stop": 875224979
        },
        {
            "start": 875224980,
            "stop": 875224996
        },
        {
            "start": 875225007,
            "stop": 875225011
        },
        {
            "start": 875225012,
            "stop": 875225015
        },
        {
            "start": 875225016,
            "stop": 875225041
        },
        {
            "start": 875225046,
            "stop": 875225058
        },
        {
            "start": 875225059,
            "stop": 875225066
        },
        {
            "start": 875225067,
            "stop": 875225083
        },
        {
            "start": 875225085,
            "stop": 875225120
        },
        {
            "start": 875225121,
            "stop": 875225135
        }
    ]
}