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_CAT4H/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_CAT4H/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=42",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 43,
    "results": [
        {
            "start": 931181181,
            "stop": 931181183
        },
        {
            "start": 931181185,
            "stop": 931181215
        },
        {
            "start": 931181217,
            "stop": 931181221
        },
        {
            "start": 931181223,
            "stop": 931181234
        },
        {
            "start": 931181236,
            "stop": 931181265
        },
        {
            "start": 931181267,
            "stop": 931181280
        },
        {
            "start": 931181282,
            "stop": 931181420
        },
        {
            "start": 931181422,
            "stop": 931181560
        },
        {
            "start": 931181562,
            "stop": 931181600
        },
        {
            "start": 931181601,
            "stop": 931181611
        },
        {
            "start": 931181613,
            "stop": 931181668
        },
        {
            "start": 931181670,
            "stop": 931181695
        },
        {
            "start": 931181697,
            "stop": 931181735
        },
        {
            "start": 931181737,
            "stop": 931181748
        },
        {
            "start": 931181750,
            "stop": 931181783
        },
        {
            "start": 931181785,
            "stop": 931181787
        },
        {
            "start": 931181789,
            "stop": 931181822
        },
        {
            "start": 931181824,
            "stop": 931181845
        },
        {
            "start": 931181847,
            "stop": 931181858
        },
        {
            "start": 931181860,
            "stop": 931181887
        }
    ]
}