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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 43,
    "results": [
        {
            "start": 931483007,
            "stop": 931483008
        },
        {
            "start": 931483011,
            "stop": 931483012
        },
        {
            "start": 931483015,
            "stop": 931483018
        },
        {
            "start": 931483021,
            "stop": 931483025
        },
        {
            "start": 931483028,
            "stop": 931483029
        },
        {
            "start": 931483035,
            "stop": 931483038
        },
        {
            "start": 931483042,
            "stop": 931483043
        },
        {
            "start": 931483048,
            "stop": 931483050
        },
        {
            "start": 931483056,
            "stop": 931483058
        },
        {
            "start": 931483064,
            "stop": 931483075
        },
        {
            "start": 931483078,
            "stop": 931483083
        },
        {
            "start": 931483086,
            "stop": 931483102
        },
        {
            "start": 931483108,
            "stop": 931483110
        },
        {
            "start": 931483113,
            "stop": 931483116
        },
        {
            "start": 931483121,
            "stop": 931483122
        },
        {
            "start": 931483125,
            "stop": 931483128
        },
        {
            "start": 931483130,
            "stop": 931483141
        },
        {
            "start": 931483144,
            "stop": 931483148
        },
        {
            "start": 931483151,
            "stop": 931483154
        },
        {
            "start": 931483156,
            "stop": 931483160
        }
    ]
}