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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=18",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 19,
    "results": [
        {
            "start": 816362568,
            "stop": 816362683
        },
        {
            "start": 816362690,
            "stop": 816362733
        },
        {
            "start": 816362741,
            "stop": 816362848
        },
        {
            "start": 816362855,
            "stop": 816362902
        },
        {
            "start": 816362910,
            "stop": 816362978
        },
        {
            "start": 816362985,
            "stop": 816363034
        },
        {
            "start": 816363041,
            "stop": 816363228
        },
        {
            "start": 816363235,
            "stop": 816363247
        },
        {
            "start": 816363257,
            "stop": 816363261
        },
        {
            "start": 816363270,
            "stop": 816363309
        },
        {
            "start": 816363317,
            "stop": 816363405
        },
        {
            "start": 816363412,
            "stop": 816363741
        },
        {
            "start": 816363748,
            "stop": 816363835
        },
        {
            "start": 816363842,
            "stop": 816364110
        },
        {
            "start": 816366108,
            "stop": 816366159
        },
        {
            "start": 816366170,
            "stop": 816366467
        },
        {
            "start": 816366474,
            "stop": 816366484
        },
        {
            "start": 816366491,
            "stop": 816366946
        },
        {
            "start": 816366953,
            "stop": 816366966
        },
        {
            "start": 816366995,
            "stop": 816367109
        }
    ]
}