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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 63,
    "results": [
        {
            "start": 931501032,
            "stop": 931501038
        },
        {
            "start": 931501041,
            "stop": 931501042
        },
        {
            "start": 931501048,
            "stop": 931501052
        },
        {
            "start": 931501058,
            "stop": 931501059
        },
        {
            "start": 931501064,
            "stop": 931501081
        },
        {
            "start": 931501084,
            "stop": 931501086
        },
        {
            "start": 931501095,
            "stop": 931501100
        },
        {
            "start": 931501104,
            "stop": 931501106
        },
        {
            "start": 931501109,
            "stop": 931501112
        },
        {
            "start": 931501116,
            "stop": 931501119
        },
        {
            "start": 931501124,
            "stop": 931501128
        },
        {
            "start": 931501131,
            "stop": 931501138
        },
        {
            "start": 931501142,
            "stop": 931501143
        },
        {
            "start": 931501147,
            "stop": 931501151
        },
        {
            "start": 931501156,
            "stop": 931501158
        },
        {
            "start": 931501164,
            "stop": 931501165
        },
        {
            "start": 931501168,
            "stop": 931501172
        },
        {
            "start": 931501175,
            "stop": 931501179
        },
        {
            "start": 931501186,
            "stop": 931501187
        },
        {
            "start": 931501190,
            "stop": 931501191
        }
    ]
}