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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=81",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 82,
    "results": [
        {
            "start": 931290841,
            "stop": 931290844
        },
        {
            "start": 931290850,
            "stop": 931290862
        },
        {
            "start": 931290864,
            "stop": 931290876
        },
        {
            "start": 931290882,
            "stop": 931290898
        },
        {
            "start": 931290900,
            "stop": 931290923
        },
        {
            "start": 931290925,
            "stop": 931290937
        },
        {
            "start": 931290939,
            "stop": 931290948
        },
        {
            "start": 931290950,
            "stop": 931290964
        },
        {
            "start": 931290966,
            "stop": 931290990
        },
        {
            "start": 931290993,
            "stop": 931290994
        },
        {
            "start": 931290996,
            "stop": 931291064
        },
        {
            "start": 931291066,
            "stop": 931291107
        },
        {
            "start": 931291110,
            "stop": 931291148
        },
        {
            "start": 931291151,
            "stop": 931291169
        },
        {
            "start": 931291171,
            "stop": 931291172
        },
        {
            "start": 931291174,
            "stop": 931291196
        },
        {
            "start": 931291201,
            "stop": 931291293
        },
        {
            "start": 931291295,
            "stop": 931291310
        },
        {
            "start": 931291312,
            "stop": 931291330
        },
        {
            "start": 931291333,
            "stop": 931291360
        }
    ]
}