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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=17",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 18,
    "results": [
        {
            "start": 816693668,
            "stop": 816693678
        },
        {
            "start": 816693691,
            "stop": 816693904
        },
        {
            "start": 816697891,
            "stop": 816697897
        },
        {
            "start": 816697912,
            "stop": 816697955
        },
        {
            "start": 816697963,
            "stop": 816697969
        },
        {
            "start": 816697977,
            "stop": 816697987
        },
        {
            "start": 816697995,
            "stop": 816698005
        },
        {
            "start": 816698018,
            "stop": 816698293
        },
        {
            "start": 816698302,
            "stop": 816698354
        },
        {
            "start": 816698363,
            "stop": 816698378
        },
        {
            "start": 816698393,
            "stop": 816698470
        },
        {
            "start": 816698487,
            "stop": 816698518
        },
        {
            "start": 816698553,
            "stop": 816698561
        },
        {
            "start": 816698580,
            "stop": 816698582
        },
        {
            "start": 816706749,
            "stop": 816706755
        },
        {
            "start": 816706763,
            "stop": 816706781
        },
        {
            "start": 816706788,
            "stop": 816706826
        },
        {
            "start": 816706838,
            "stop": 816706839
        },
        {
            "start": 816706847,
            "stop": 816706875
        },
        {
            "start": 816706890,
            "stop": 816706975
        }
    ]
}