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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=87",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 88,
    "results": [
        {
            "start": 820314145,
            "stop": 820314445
        },
        {
            "start": 820385333,
            "stop": 820385393
        },
        {
            "start": 820385831,
            "stop": 820385891
        },
        {
            "start": 820386217,
            "stop": 820386397
        },
        {
            "start": 820386619,
            "stop": 820386799
        },
        {
            "start": 820386969,
            "stop": 820387029
        },
        {
            "start": 820387194,
            "stop": 820387254
        },
        {
            "start": 820387414,
            "stop": 820387474
        },
        {
            "start": 820388397,
            "stop": 820388457
        },
        {
            "start": 820388896,
            "stop": 820389076
        },
        {
            "start": 820389450,
            "stop": 820389510
        },
        {
            "start": 820390224,
            "stop": 820390284
        },
        {
            "start": 820391071,
            "stop": 820391191
        },
        {
            "start": 820391619,
            "stop": 820391679
        },
        {
            "start": 820392290,
            "stop": 820392410
        },
        {
            "start": 820393334,
            "stop": 820393454
        },
        {
            "start": 820395132,
            "stop": 820395192
        },
        {
            "start": 820413285,
            "stop": 820413405
        },
        {
            "start": 820419410,
            "stop": 820419470
        },
        {
            "start": 820449078,
            "stop": 820449198
        }
    ]
}