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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=67",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 68,
    "results": [
        {
            "start": 945357846,
            "stop": 945377410
        },
        {
            "start": 945378666,
            "stop": 945414425
        },
        {
            "start": 945414644,
            "stop": 945430684
        },
        {
            "start": 945432502,
            "stop": 945435616
        },
        {
            "start": 945436797,
            "stop": 945484994
        },
        {
            "start": 945485014,
            "stop": 945491168
        },
        {
            "start": 945492534,
            "stop": 945522707
        },
        {
            "start": 945523800,
            "stop": 945530899
        },
        {
            "start": 945540640,
            "stop": 945542921
        },
        {
            "start": 945543000,
            "stop": 945545596
        },
        {
            "start": 945547661,
            "stop": 945588240
        },
        {
            "start": 945588800,
            "stop": 945607480
        },
        {
            "start": 945610105,
            "stop": 945616862
        },
        {
            "start": 945617548,
            "stop": 945626414
        },
        {
            "start": 945635863,
            "stop": 945642259
        },
        {
            "start": 945643809,
            "stop": 945652589
        },
        {
            "start": 945653694,
            "stop": 945673538
        },
        {
            "start": 945676396,
            "stop": 945681267
        },
        {
            "start": 945829191,
            "stop": 945830753
        },
        {
            "start": 945833072,
            "stop": 945852530
        }
    ]
}