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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=369",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 370,
    "results": [
        {
            "start": 872880968,
            "stop": 872881760
        },
        {
            "start": 872881955,
            "stop": 872925801
        },
        {
            "start": 872927126,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872944441
        },
        {
            "start": 872944719,
            "stop": 872945585
        },
        {
            "start": 872971140,
            "stop": 872972165
        },
        {
            "start": 872972441,
            "stop": 872972554
        },
        {
            "start": 872972670,
            "stop": 872975057
        },
        {
            "start": 872976056,
            "stop": 872976937
        },
        {
            "start": 872977053,
            "stop": 872986277
        },
        {
            "start": 872986320,
            "stop": 872997572
        },
        {
            "start": 873001846,
            "stop": 873012047
        },
        {
            "start": 873013395,
            "stop": 873028098
        },
        {
            "start": 873028341,
            "stop": 873030569
        },
        {
            "start": 873030752,
            "stop": 873033208
        },
        {
            "start": 873034455,
            "stop": 873035430
        },
        {
            "start": 873036523,
            "stop": 873058042
        },
        {
            "start": 873060460,
            "stop": 873069991
        },
        {
            "start": 873072604,
            "stop": 873081185
        },
        {
            "start": 873082017,
            "stop": 873084334
        }
    ]
}