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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=105",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 106,
    "results": [
        {
            "start": 829943533,
            "stop": 829943653
        },
        {
            "start": 829943659,
            "stop": 829943662
        },
        {
            "start": 829943713,
            "stop": 829946293
        },
        {
            "start": 829947598,
            "stop": 829947623
        },
        {
            "start": 829948273,
            "stop": 829964273
        },
        {
            "start": 829965253,
            "stop": 829983193
        },
        {
            "start": 829986253,
            "stop": 829997222
        },
        {
            "start": 829999393,
            "stop": 830005136
        },
        {
            "start": 830006893,
            "stop": 830007433
        },
        {
            "start": 830007485,
            "stop": 830007486
        },
        {
            "start": 830038536,
            "stop": 830043913
        },
        {
            "start": 830043957,
            "stop": 830043959
        },
        {
            "start": 830044211,
            "stop": 830072173
        },
        {
            "start": 830074327,
            "stop": 830085853
        },
        {
            "start": 830085859,
            "stop": 830085860
        },
        {
            "start": 830086090,
            "stop": 830088493
        },
        {
            "start": 830088500,
            "stop": 830088502
        },
        {
            "start": 830089307,
            "stop": 830089448
        },
        {
            "start": 830091857,
            "stop": 830094721
        },
        {
            "start": 830097704,
            "stop": 830113213
        }
    ]
}