Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=209
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=208",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 209,
    "results": [
        {
            "start": 1177037327,
            "stop": 1177037328
        },
        {
            "start": 1177037329,
            "stop": 1177038148
        },
        {
            "start": 1177038149,
            "stop": 1177038191
        },
        {
            "start": 1177038192,
            "stop": 1177038550
        },
        {
            "start": 1177038551,
            "stop": 1177044222
        },
        {
            "start": 1177044224,
            "stop": 1177044248
        },
        {
            "start": 1177044251,
            "stop": 1177044269
        },
        {
            "start": 1177044270,
            "stop": 1177044365
        },
        {
            "start": 1177044366,
            "stop": 1177045035
        },
        {
            "start": 1177045038,
            "stop": 1177045169
        },
        {
            "start": 1177045170,
            "stop": 1177045225
        },
        {
            "start": 1177045228,
            "stop": 1177045364
        },
        {
            "start": 1177045371,
            "stop": 1177045499
        },
        {
            "start": 1177045500,
            "stop": 1177045501
        },
        {
            "start": 1177045503,
            "stop": 1177045895
        },
        {
            "start": 1177045898,
            "stop": 1177045901
        },
        {
            "start": 1177045902,
            "stop": 1177045908
        },
        {
            "start": 1177045909,
            "stop": 1177045912
        },
        {
            "start": 1177045915,
            "stop": 1177046189
        },
        {
            "start": 1177046190,
            "stop": 1177046418
        }
    ]
}