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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10242",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10243,
    "results": [
        {
            "start": 874519333,
            "stop": 874519410
        },
        {
            "start": 874521917,
            "stop": 874525055
        },
        {
            "start": 874525091,
            "stop": 874525537
        },
        {
            "start": 874525657,
            "stop": 874528175
        },
        {
            "start": 874528295,
            "stop": 874528407
        },
        {
            "start": 874528424,
            "stop": 874534060
        },
        {
            "start": 874534096,
            "stop": 874534641
        },
        {
            "start": 874534686,
            "stop": 874535383
        },
        {
            "start": 874535419,
            "stop": 874538731
        },
        {
            "start": 874538767,
            "stop": 874539518
        },
        {
            "start": 874539554,
            "stop": 874539778
        },
        {
            "start": 874539814,
            "stop": 874540062
        },
        {
            "start": 874540098,
            "stop": 874541099
        },
        {
            "start": 874541135,
            "stop": 874541195
        },
        {
            "start": 874541202,
            "stop": 874541206
        },
        {
            "start": 874541215,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874542215
        },
        {
            "start": 874542251,
            "stop": 874544087
        },
        {
            "start": 874544159,
            "stop": 874544270
        },
        {
            "start": 874544306,
            "stop": 874545250
        }
    ]
}