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=8386
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=8387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8385",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8386,
    "results": [
        {
            "start": 874909301,
            "stop": 874909620
        },
        {
            "start": 874909680,
            "stop": 874910253
        },
        {
            "start": 874910272,
            "stop": 874910342
        },
        {
            "start": 874910361,
            "stop": 874910588
        },
        {
            "start": 874910628,
            "stop": 874910633
        },
        {
            "start": 874910691,
            "stop": 874910697
        },
        {
            "start": 874910725,
            "stop": 874910867
        },
        {
            "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
        }
    ]
}