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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=101",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 102,
    "results": [
        {
            "start": 817861674,
            "stop": 817861680
        },
        {
            "start": 817861687,
            "stop": 817861703
        },
        {
            "start": 817861710,
            "stop": 817861725
        },
        {
            "start": 817861758,
            "stop": 817861794
        },
        {
            "start": 817861829,
            "stop": 817861858
        },
        {
            "start": 817861865,
            "stop": 817861942
        },
        {
            "start": 817861950,
            "stop": 817861999
        },
        {
            "start": 817862008,
            "stop": 817862116
        },
        {
            "start": 817862145,
            "stop": 817862229
        },
        {
            "start": 817862241,
            "stop": 817862409
        },
        {
            "start": 817862420,
            "stop": 817862549
        },
        {
            "start": 817862571,
            "stop": 817862579
        },
        {
            "start": 817862587,
            "stop": 817862595
        },
        {
            "start": 817862603,
            "stop": 817862604
        },
        {
            "start": 817862619,
            "stop": 817862677
        },
        {
            "start": 817862685,
            "stop": 817862748
        },
        {
            "start": 817862759,
            "stop": 817862871
        },
        {
            "start": 817862878,
            "stop": 817862881
        },
        {
            "start": 817862888,
            "stop": 817862920
        },
        {
            "start": 817862928,
            "stop": 817862962
        }
    ]
}