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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5864",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5865,
    "results": [
        {
            "start": 874766706,
            "stop": 874766752
        },
        {
            "start": 874766756,
            "stop": 874766786
        },
        {
            "start": 874766789,
            "stop": 874766793
        },
        {
            "start": 874766796,
            "stop": 874766801
        },
        {
            "start": 874766804,
            "stop": 874766840
        },
        {
            "start": 874766844,
            "stop": 874766911
        },
        {
            "start": 874766914,
            "stop": 874766927
        },
        {
            "start": 874766930,
            "stop": 874766934
        },
        {
            "start": 874766937,
            "stop": 874766954
        },
        {
            "start": 874766958,
            "stop": 874767076
        },
        {
            "start": 874767080,
            "stop": 874767089
        },
        {
            "start": 874767092,
            "stop": 874767104
        },
        {
            "start": 874767108,
            "stop": 874767119
        },
        {
            "start": 874767123,
            "stop": 874767146
        },
        {
            "start": 874767149,
            "stop": 874767206
        },
        {
            "start": 874767209,
            "stop": 874767213
        },
        {
            "start": 874767216,
            "stop": 874767236
        },
        {
            "start": 874767239,
            "stop": 874767303
        },
        {
            "start": 874767307,
            "stop": 874767310
        },
        {
            "start": 874767314,
            "stop": 874767323
        }
    ]
}