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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=106",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 107,
    "results": [
        {
            "start": 817867864,
            "stop": 817867925
        },
        {
            "start": 817867932,
            "stop": 817868024
        },
        {
            "start": 817868033,
            "stop": 817868133
        },
        {
            "start": 817868140,
            "stop": 817868195
        },
        {
            "start": 817868202,
            "stop": 817868297
        },
        {
            "start": 817868304,
            "stop": 817868306
        },
        {
            "start": 817868314,
            "stop": 817868390
        },
        {
            "start": 817868405,
            "stop": 817868470
        },
        {
            "start": 817868507,
            "stop": 817868511
        },
        {
            "start": 817868567,
            "stop": 817868579
        },
        {
            "start": 817868586,
            "stop": 817868682
        },
        {
            "start": 817868690,
            "stop": 817868692
        },
        {
            "start": 817868700,
            "stop": 817868747
        },
        {
            "start": 817868767,
            "stop": 817868833
        },
        {
            "start": 817868841,
            "stop": 817868868
        },
        {
            "start": 817868876,
            "stop": 817868890
        },
        {
            "start": 817868902,
            "stop": 817869054
        },
        {
            "start": 817869083,
            "stop": 817869138
        },
        {
            "start": 817869146,
            "stop": 817869182
        },
        {
            "start": 817869196,
            "stop": 817869238
        }
    ]
}