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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=38",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 39,
    "results": [
        {
            "start": 940232098,
            "stop": 940233025
        },
        {
            "start": 940233446,
            "stop": 940233549
        },
        {
            "start": 940235955,
            "stop": 940236624
        },
        {
            "start": 940238652,
            "stop": 940239871
        },
        {
            "start": 940241448,
            "stop": 940242201
        },
        {
            "start": 940244465,
            "stop": 940244852
        },
        {
            "start": 940245671,
            "stop": 940246409
        },
        {
            "start": 940249781,
            "stop": 940250133
        },
        {
            "start": 940252300,
            "stop": 940252970
        },
        {
            "start": 940267846,
            "stop": 940268194
        },
        {
            "start": 940398438,
            "stop": 940398440
        },
        {
            "start": 940398741,
            "stop": 940398743
        },
        {
            "start": 940398817,
            "stop": 940398821
        },
        {
            "start": 940403794,
            "stop": 940403796
        },
        {
            "start": 940405196,
            "stop": 940405915
        },
        {
            "start": 940409390,
            "stop": 940410074
        },
        {
            "start": 940411105,
            "stop": 940411477
        },
        {
            "start": 940412601,
            "stop": 940413321
        },
        {
            "start": 940413866,
            "stop": 940415692
        },
        {
            "start": 940416181,
            "stop": 940417499
        }
    ]
}