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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=115",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 116,
    "results": [
        {
            "start": 817883552,
            "stop": 817883610
        },
        {
            "start": 817883617,
            "stop": 817884200
        },
        {
            "start": 817884209,
            "stop": 817884366
        },
        {
            "start": 817884373,
            "stop": 817884498
        },
        {
            "start": 817884507,
            "stop": 817884510
        },
        {
            "start": 817884551,
            "stop": 817884785
        },
        {
            "start": 817884793,
            "stop": 817885209
        },
        {
            "start": 817885217,
            "stop": 817885240
        },
        {
            "start": 817885249,
            "stop": 817885295
        },
        {
            "start": 817885303,
            "stop": 817885331
        },
        {
            "start": 817885339,
            "stop": 817885467
        },
        {
            "start": 817885474,
            "stop": 817885628
        },
        {
            "start": 817885636,
            "stop": 817885961
        },
        {
            "start": 817885972,
            "stop": 817886090
        },
        {
            "start": 817886097,
            "stop": 817886299
        },
        {
            "start": 817886307,
            "stop": 817886608
        },
        {
            "start": 817886616,
            "stop": 817886775
        },
        {
            "start": 817886789,
            "stop": 817887028
        },
        {
            "start": 817887036,
            "stop": 817887202
        },
        {
            "start": 817887210,
            "stop": 817887212
        }
    ]
}