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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=68",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 69,
    "results": [
        {
            "start": 816691260,
            "stop": 816691315
        },
        {
            "start": 816691334,
            "stop": 816691390
        },
        {
            "start": 816691409,
            "stop": 816691492
        },
        {
            "start": 816691511,
            "stop": 816691542
        },
        {
            "start": 816691562,
            "stop": 816691571
        },
        {
            "start": 816691591,
            "stop": 816691673
        },
        {
            "start": 816691678,
            "stop": 816691686
        },
        {
            "start": 816691705,
            "stop": 816691766
        },
        {
            "start": 816691812,
            "stop": 816691848
        },
        {
            "start": 816691851,
            "stop": 816692045
        },
        {
            "start": 816692065,
            "stop": 816692134
        },
        {
            "start": 816692138,
            "stop": 816692207
        },
        {
            "start": 816692231,
            "stop": 816692263
        },
        {
            "start": 816692287,
            "stop": 816692333
        },
        {
            "start": 816692361,
            "stop": 816692404
        },
        {
            "start": 816692446,
            "stop": 816692533
        },
        {
            "start": 816692554,
            "stop": 816692571
        },
        {
            "start": 816692607,
            "stop": 816692658
        },
        {
            "start": 816692677,
            "stop": 816692745
        },
        {
            "start": 816692764,
            "stop": 816692841
        }
    ]
}