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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=370",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 371,
    "results": [
        {
            "start": 873084496,
            "stop": 873086561
        },
        {
            "start": 873088407,
            "stop": 873100298
        },
        {
            "start": 873104117,
            "stop": 873120933
        },
        {
            "start": 873128730,
            "stop": 873130111
        },
        {
            "start": 873132598,
            "stop": 873133538
        },
        {
            "start": 873133691,
            "stop": 873134024
        },
        {
            "start": 873134067,
            "stop": 873136295
        },
        {
            "start": 873137356,
            "stop": 873140253
        },
        {
            "start": 873144819,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873184313
        },
        {
            "start": 873185988,
            "stop": 873188535
        },
        {
            "start": 873189876,
            "stop": 873209765
        },
        {
            "start": 873210011,
            "stop": 873211187
        },
        {
            "start": 873211459,
            "stop": 873214254
        },
        {
            "start": 873215085,
            "stop": 873216454
        },
        {
            "start": 873219818,
            "stop": 873227684
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873230761
        },
        {
            "start": 873231846,
            "stop": 873244781
        },
        {
            "start": 873249711,
            "stop": 873264349
        }
    ]
}