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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=82",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 83,
    "results": [
        {
            "start": 931455752,
            "stop": 931455754
        },
        {
            "start": 931455765,
            "stop": 931455775
        },
        {
            "start": 931455780,
            "stop": 931455781
        },
        {
            "start": 931455788,
            "stop": 931455798
        },
        {
            "start": 931455806,
            "stop": 931455850
        },
        {
            "start": 931455861,
            "stop": 931455874
        },
        {
            "start": 931455882,
            "stop": 931455886
        },
        {
            "start": 931455937,
            "stop": 931455946
        },
        {
            "start": 931455952,
            "stop": 931455966
        },
        {
            "start": 931455972,
            "stop": 931455981
        },
        {
            "start": 931455986,
            "stop": 931456003
        },
        {
            "start": 931456009,
            "stop": 931456042
        },
        {
            "start": 931456049,
            "stop": 931456072
        },
        {
            "start": 931456078,
            "stop": 931456118
        },
        {
            "start": 931456124,
            "stop": 931456153
        },
        {
            "start": 931456158,
            "stop": 931456168
        },
        {
            "start": 931456174,
            "stop": 931456197
        },
        {
            "start": 931456202,
            "stop": 931456230
        },
        {
            "start": 931456243,
            "stop": 931456247
        },
        {
            "start": 931456258,
            "stop": 931456259
        }
    ]
}