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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=109",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 110,
    "results": [
        {
            "start": 817871315,
            "stop": 817871328
        },
        {
            "start": 817871357,
            "stop": 817871383
        },
        {
            "start": 817871390,
            "stop": 817871452
        },
        {
            "start": 817871482,
            "stop": 817871486
        },
        {
            "start": 817871515,
            "stop": 817871544
        },
        {
            "start": 817871629,
            "stop": 817871642
        },
        {
            "start": 817871680,
            "stop": 817871728
        },
        {
            "start": 817871738,
            "stop": 817871759
        },
        {
            "start": 817871793,
            "stop": 817871807
        },
        {
            "start": 817871818,
            "stop": 817871835
        },
        {
            "start": 817871846,
            "stop": 817871894
        },
        {
            "start": 817871925,
            "stop": 817872058
        },
        {
            "start": 817872066,
            "stop": 817872102
        },
        {
            "start": 817872109,
            "stop": 817872173
        },
        {
            "start": 817872184,
            "stop": 817872195
        },
        {
            "start": 817872240,
            "stop": 817872294
        },
        {
            "start": 817872323,
            "stop": 817872344
        },
        {
            "start": 817872351,
            "stop": 817872395
        },
        {
            "start": 817872403,
            "stop": 817872474
        },
        {
            "start": 817872481,
            "stop": 817872484
        }
    ]
}