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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33369",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33370,
    "results": [
        {
            "start": 971526761,
            "stop": 971526828
        },
        {
            "start": 971526831,
            "stop": 971526838
        },
        {
            "start": 971526841,
            "stop": 971526871
        },
        {
            "start": 971526876,
            "stop": 971526951
        },
        {
            "start": 971526957,
            "stop": 971526989
        },
        {
            "start": 971526992,
            "stop": 971527043
        },
        {
            "start": 971527046,
            "stop": 971527057
        },
        {
            "start": 971527060,
            "stop": 971527185
        },
        {
            "start": 971527188,
            "stop": 971527407
        },
        {
            "start": 971527410,
            "stop": 971527590
        },
        {
            "start": 971527593,
            "stop": 971527695
        },
        {
            "start": 971527698,
            "stop": 971527736
        },
        {
            "start": 971527739,
            "stop": 971527744
        },
        {
            "start": 971527747,
            "stop": 971527956
        },
        {
            "start": 971527959,
            "stop": 971527987
        },
        {
            "start": 971527990,
            "stop": 971528125
        },
        {
            "start": 971528128,
            "stop": 971528157
        },
        {
            "start": 971528168,
            "stop": 971528182
        },
        {
            "start": 971528193,
            "stop": 971528220
        },
        {
            "start": 971528223,
            "stop": 971528519
        }
    ]
}