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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=79",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 80,
    "results": [
        {
            "start": 931289822,
            "stop": 931289823
        },
        {
            "start": 931289825,
            "stop": 931289826
        },
        {
            "start": 931289831,
            "stop": 931289832
        },
        {
            "start": 931289834,
            "stop": 931289835
        },
        {
            "start": 931289838,
            "stop": 931289840
        },
        {
            "start": 931289843,
            "stop": 931289844
        },
        {
            "start": 931289846,
            "stop": 931289851
        },
        {
            "start": 931289854,
            "stop": 931289855
        },
        {
            "start": 931289858,
            "stop": 931289860
        },
        {
            "start": 931289862,
            "stop": 931289868
        },
        {
            "start": 931289871,
            "stop": 931289874
        },
        {
            "start": 931289876,
            "stop": 931289877
        },
        {
            "start": 931289881,
            "stop": 931289884
        },
        {
            "start": 931289886,
            "stop": 931289890
        },
        {
            "start": 931289893,
            "stop": 931289895
        },
        {
            "start": 931289900,
            "stop": 931289902
        },
        {
            "start": 931289908,
            "stop": 931289914
        },
        {
            "start": 931289919,
            "stop": 931289920
        },
        {
            "start": 931289925,
            "stop": 931289927
        },
        {
            "start": 931289929,
            "stop": 931289930
        }
    ]
}