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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=110",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 111,
    "results": [
        {
            "start": 817872491,
            "stop": 817872508
        },
        {
            "start": 817872529,
            "stop": 817872571
        },
        {
            "start": 817872585,
            "stop": 817872612
        },
        {
            "start": 817872619,
            "stop": 817872623
        },
        {
            "start": 817872635,
            "stop": 817872644
        },
        {
            "start": 817872651,
            "stop": 817872673
        },
        {
            "start": 817872681,
            "stop": 817872707
        },
        {
            "start": 817872721,
            "stop": 817872757
        },
        {
            "start": 817872786,
            "stop": 817872793
        },
        {
            "start": 817872802,
            "stop": 817872807
        },
        {
            "start": 817873050,
            "stop": 817873163
        },
        {
            "start": 817873170,
            "stop": 817873178
        },
        {
            "start": 817873185,
            "stop": 817873193
        },
        {
            "start": 817873200,
            "stop": 817873205
        },
        {
            "start": 817873212,
            "stop": 817873230
        },
        {
            "start": 817873260,
            "stop": 817873284
        },
        {
            "start": 817873294,
            "stop": 817873309
        },
        {
            "start": 817873317,
            "stop": 817873349
        },
        {
            "start": 817873356,
            "stop": 817873423
        },
        {
            "start": 817873432,
            "stop": 817873467
        }
    ]
}