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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 70,
    "results": [
        {
            "start": 1131063841,
            "stop": 1131063847
        },
        {
            "start": 1131063848,
            "stop": 1131063881
        },
        {
            "start": 1131145277,
            "stop": 1131148144
        },
        {
            "start": 1131148151,
            "stop": 1131154451
        },
        {
            "start": 1131154458,
            "stop": 1131158207
        },
        {
            "start": 1131158208,
            "stop": 1131161937
        },
        {
            "start": 1131161944,
            "stop": 1131166925
        },
        {
            "start": 1131166932,
            "stop": 1131177003
        },
        {
            "start": 1131177010,
            "stop": 1131179533
        },
        {
            "start": 1131182058,
            "stop": 1131182175
        },
        {
            "start": 1131182176,
            "stop": 1131206809
        },
        {
            "start": 1131258515,
            "stop": 1131259095
        },
        {
            "start": 1131259102,
            "stop": 1131260208
        },
        {
            "start": 1131262439,
            "stop": 1131263259
        },
        {
            "start": 1131263266,
            "stop": 1131272285
        },
        {
            "start": 1131272292,
            "stop": 1131272350
        },
        {
            "start": 1131272357,
            "stop": 1131272859
        },
        {
            "start": 1131293845,
            "stop": 1131299865
        },
        {
            "start": 1131299872,
            "stop": 1131301012
        },
        {
            "start": 1131301019,
            "stop": 1131303135
        }
    ]
}