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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=63",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 64,
    "results": [
        {
            "start": 1174786592,
            "stop": 1174786997
        },
        {
            "start": 1174787000,
            "stop": 1174796291
        },
        {
            "start": 1174813304,
            "stop": 1174813482
        },
        {
            "start": 1174816071,
            "stop": 1174817126
        },
        {
            "start": 1174819583,
            "stop": 1174821274
        },
        {
            "start": 1174821442,
            "stop": 1174822486
        },
        {
            "start": 1174822763,
            "stop": 1174830460
        },
        {
            "start": 1174830560,
            "stop": 1174830982
        },
        {
            "start": 1174881173,
            "stop": 1174882761
        },
        {
            "start": 1174885769,
            "stop": 1174901732
        },
        {
            "start": 1174902264,
            "stop": 1174917620
        },
        {
            "start": 1174917680,
            "stop": 1174917700
        },
        {
            "start": 1174917710,
            "stop": 1174917840
        },
        {
            "start": 1174917890,
            "stop": 1174921580
        },
        {
            "start": 1174921975,
            "stop": 1174923250
        },
        {
            "start": 1174923340,
            "stop": 1174923480
        },
        {
            "start": 1174923520,
            "stop": 1174929480
        },
        {
            "start": 1174929490,
            "stop": 1174932870
        },
        {
            "start": 1174932880,
            "stop": 1174933160
        },
        {
            "start": 1174933180,
            "stop": 1174936820
        }
    ]
}