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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=46",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 47,
    "results": [
        {
            "start": 822617758,
            "stop": 822617838
        },
        {
            "start": 822617839,
            "stop": 822629293
        },
        {
            "start": 822631661,
            "stop": 822644816
        },
        {
            "start": 822646216,
            "stop": 822646772
        },
        {
            "start": 822648107,
            "stop": 822656469
        },
        {
            "start": 822883666,
            "stop": 822894373
        },
        {
            "start": 822899385,
            "stop": 822900493
        },
        {
            "start": 822900527,
            "stop": 822900528
        },
        {
            "start": 822901941,
            "stop": 822903733
        },
        {
            "start": 822903777,
            "stop": 822903778
        },
        {
            "start": 822905245,
            "stop": 822920473
        },
        {
            "start": 822927467,
            "stop": 822927596
        },
        {
            "start": 822936695,
            "stop": 822938053
        },
        {
            "start": 822947327,
            "stop": 822948793
        },
        {
            "start": 822948828,
            "stop": 822948829
        },
        {
            "start": 822949817,
            "stop": 822980091
        },
        {
            "start": 822982806,
            "stop": 822985573
        },
        {
            "start": 822985618,
            "stop": 822985619
        },
        {
            "start": 822986495,
            "stop": 822996673
        },
        {
            "start": 822996716,
            "stop": 822996717
        }
    ]
}