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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=73",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 74,
    "results": [
        {
            "start": 816760223,
            "stop": 816760375
        },
        {
            "start": 816760414,
            "stop": 816760446
        },
        {
            "start": 816760479,
            "stop": 816760695
        },
        {
            "start": 816760736,
            "stop": 816760797
        },
        {
            "start": 816760855,
            "stop": 816760868
        },
        {
            "start": 816760909,
            "stop": 816760987
        },
        {
            "start": 816761028,
            "stop": 816761029
        },
        {
            "start": 816761049,
            "stop": 816761177
        },
        {
            "start": 816761202,
            "stop": 816761204
        },
        {
            "start": 816761237,
            "stop": 816761255
        },
        {
            "start": 816761274,
            "stop": 816761292
        },
        {
            "start": 816761313,
            "stop": 816761375
        },
        {
            "start": 816761411,
            "stop": 816761490
        },
        {
            "start": 816761509,
            "stop": 816761587
        },
        {
            "start": 816761621,
            "stop": 816761803
        },
        {
            "start": 816761823,
            "stop": 816761847
        },
        {
            "start": 816761864,
            "stop": 816761884
        },
        {
            "start": 816761908,
            "stop": 816761951
        },
        {
            "start": 816761968,
            "stop": 816762016
        },
        {
            "start": 816762055,
            "stop": 816762074
        }
    ]
}