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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3772",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3770",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3771,
    "results": [
        {
            "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
        },
        {
            "start": 971528522,
            "stop": 971528523
        },
        {
            "start": 971528527,
            "stop": 971528572
        },
        {
            "start": 971528576,
            "stop": 971528581
        },
        {
            "start": 971528584,
            "stop": 971528710
        },
        {
            "start": 971528713,
            "stop": 971528962
        },
        {
            "start": 971528965,
            "stop": 971528979
        },
        {
            "start": 971528982,
            "stop": 971529024
        },
        {
            "start": 971529027,
            "stop": 971529068
        },
        {
            "start": 971529071,
            "stop": 971529120
        },
        {
            "start": 971529124,
            "stop": 971529216
        },
        {
            "start": 971529220,
            "stop": 971529723
        }
    ]
}