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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6180",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6181,
    "results": [
        {
            "start": 874456089,
            "stop": 874456133
        },
        {
            "start": 874456136,
            "stop": 874456143
        },
        {
            "start": 874456146,
            "stop": 874456172
        },
        {
            "start": 874456176,
            "stop": 874456426
        },
        {
            "start": 874456429,
            "stop": 874456459
        },
        {
            "start": 874456462,
            "stop": 874456482
        },
        {
            "start": 874456485,
            "stop": 874456626
        },
        {
            "start": 874456629,
            "stop": 874456636
        },
        {
            "start": 874456640,
            "stop": 874456645
        },
        {
            "start": 874456648,
            "stop": 874456955
        },
        {
            "start": 874456958,
            "stop": 874457171
        },
        {
            "start": 874457176,
            "stop": 874457588
        },
        {
            "start": 874457593,
            "stop": 874457822
        },
        {
            "start": 874457824,
            "stop": 874458578
        },
        {
            "start": 874458582,
            "stop": 874459033
        },
        {
            "start": 874459039,
            "stop": 874459040
        },
        {
            "start": 874459043,
            "stop": 874459253
        },
        {
            "start": 874459256,
            "stop": 874459268
        },
        {
            "start": 874459271,
            "stop": 874459287
        },
        {
            "start": 874459296,
            "stop": 874459400
        }
    ]
}