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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=126",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 127,
    "results": [
        {
            "start": 931455748,
            "stop": 931455754
        },
        {
            "start": 931455756,
            "stop": 931455759
        },
        {
            "start": 931455761,
            "stop": 931455775
        },
        {
            "start": 931455776,
            "stop": 931455781
        },
        {
            "start": 931455784,
            "stop": 931455798
        },
        {
            "start": 931455802,
            "stop": 931455850
        },
        {
            "start": 931455853,
            "stop": 931455855
        },
        {
            "start": 931455857,
            "stop": 931455874
        },
        {
            "start": 931455875,
            "stop": 931455876
        },
        {
            "start": 931455878,
            "stop": 931455886
        },
        {
            "start": 931455898,
            "stop": 931455901
        },
        {
            "start": 931455902,
            "stop": 931455905
        },
        {
            "start": 931455910,
            "stop": 931455911
        },
        {
            "start": 931455913,
            "stop": 931455917
        },
        {
            "start": 931455920,
            "stop": 931455922
        },
        {
            "start": 931455925,
            "stop": 931455927
        },
        {
            "start": 931455930,
            "stop": 931455931
        },
        {
            "start": 931455933,
            "stop": 931455946
        },
        {
            "start": 931455948,
            "stop": 931455966
        },
        {
            "start": 931455968,
            "stop": 931455981
        }
    ]
}