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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=20",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 21,
    "results": [
        {
            "start": 931166625,
            "stop": 931166627
        },
        {
            "start": 931166633,
            "stop": 931166675
        },
        {
            "start": 931166681,
            "stop": 931166711
        },
        {
            "start": 931166717,
            "stop": 931166741
        },
        {
            "start": 931166747,
            "stop": 931166798
        },
        {
            "start": 931166804,
            "stop": 931166934
        },
        {
            "start": 931166940,
            "stop": 931167002
        },
        {
            "start": 931167008,
            "stop": 931167019
        },
        {
            "start": 931167029,
            "stop": 931167038
        },
        {
            "start": 931167044,
            "stop": 931167076
        },
        {
            "start": 931167082,
            "stop": 931167086
        },
        {
            "start": 931167091,
            "stop": 931167125
        },
        {
            "start": 931167131,
            "stop": 931167152
        },
        {
            "start": 931167158,
            "stop": 931167164
        },
        {
            "start": 931167170,
            "stop": 931167251
        },
        {
            "start": 931167267,
            "stop": 931167309
        },
        {
            "start": 931167315,
            "stop": 931167397
        },
        {
            "start": 931167403,
            "stop": 931167415
        },
        {
            "start": 931167424,
            "stop": 931167433
        },
        {
            "start": 931167440,
            "stop": 931167441
        }
    ]
}