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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2368",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2369,
    "results": [
        {
            "start": 874889131,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907350
        },
        {
            "start": 874907375,
            "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": 874911863,
            "stop": 874911896
        },
        {
            "start": 874911954,
            "stop": 874911955
        }
    ]
}