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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=2",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 3,
    "results": [
        {
            "start": 816069963,
            "stop": 816069965
        },
        {
            "start": 816070004,
            "stop": 816070037
        },
        {
            "start": 816070057,
            "stop": 816070167
        },
        {
            "start": 816070189,
            "stop": 816070267
        },
        {
            "start": 816070284,
            "stop": 816070488
        },
        {
            "start": 816070508,
            "stop": 816070510
        },
        {
            "start": 816070537,
            "stop": 816070569
        },
        {
            "start": 816070588,
            "stop": 816070639
        },
        {
            "start": 816070662,
            "stop": 816071387
        },
        {
            "start": 816071406,
            "stop": 816071677
        },
        {
            "start": 816071694,
            "stop": 816074071
        },
        {
            "start": 816074096,
            "stop": 816074103
        },
        {
            "start": 816074130,
            "stop": 816074354
        },
        {
            "start": 816074391,
            "stop": 816075450
        },
        {
            "start": 816085801,
            "stop": 816085996
        },
        {
            "start": 816086015,
            "stop": 816086249
        },
        {
            "start": 816086269,
            "stop": 816086336
        },
        {
            "start": 816086357,
            "stop": 816086672
        },
        {
            "start": 816086693,
            "stop": 816086814
        },
        {
            "start": 816086834,
            "stop": 816087037
        }
    ]
}