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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=64",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 65,
    "results": [
        {
            "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
        },
        {
            "start": 931501197,
            "stop": 931501205
        },
        {
            "start": 931501209,
            "stop": 931501211
        },
        {
            "start": 931501213,
            "stop": 931501219
        },
        {
            "start": 931501228,
            "stop": 931501229
        },
        {
            "start": 931501249,
            "stop": 931501256
        },
        {
            "start": 931501273,
            "stop": 931501274
        },
        {
            "start": 931501277,
            "stop": 931501282
        },
        {
            "start": 931501285,
            "stop": 931501288
        },
        {
            "start": 931501297,
            "stop": 931501299
        }
    ]
}