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=9114
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=9115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9113",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9114,
    "results": [
        {
            "start": 874910886,
            "stop": 874910910
        },
        {
            "start": 874910942,
            "stop": 874911055
        },
        {
            "start": 874911100,
            "stop": 874911118
        },
        {
            "start": 874911150,
            "stop": 874911407
        },
        {
            "start": 874911426,
            "stop": 874911427
        },
        {
            "start": 874911466,
            "stop": 874911622
        },
        {
            "start": 874911665,
            "stop": 874911733
        },
        {
            "start": 874911752,
            "stop": 874911803
        },
        {
            "start": 874911827,
            "stop": 874911829
        },
        {
            "start": 874911878,
            "stop": 874911896
        },
        {
            "start": 874911954,
            "stop": 874911955
        },
        {
            "start": 874911980,
            "stop": 874912061
        },
        {
            "start": 874912080,
            "stop": 874912298
        },
        {
            "start": 874912335,
            "stop": 874912349
        },
        {
            "start": 874912372,
            "stop": 874912394
        },
        {
            "start": 874912422,
            "stop": 874912438
        },
        {
            "start": 874912467,
            "stop": 874912469
        },
        {
            "start": 874912488,
            "stop": 874912498
        },
        {
            "start": 874912537,
            "stop": 874912672
        },
        {
            "start": 874912692,
            "stop": 874912823
        }
    ]
}