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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=100",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 101,
    "results": [
        {
            "start": 817859770,
            "stop": 817859798
        },
        {
            "start": 817859811,
            "stop": 817859850
        },
        {
            "start": 817859883,
            "stop": 817859891
        },
        {
            "start": 817859899,
            "stop": 817859908
        },
        {
            "start": 817859916,
            "stop": 817859942
        },
        {
            "start": 817859999,
            "stop": 817860017
        },
        {
            "start": 817860024,
            "stop": 817860031
        },
        {
            "start": 817860080,
            "stop": 817860101
        },
        {
            "start": 817860108,
            "stop": 817860128
        },
        {
            "start": 817860142,
            "stop": 817860155
        },
        {
            "start": 817860207,
            "stop": 817860233
        },
        {
            "start": 817860240,
            "stop": 817860265
        },
        {
            "start": 817860276,
            "stop": 817860373
        },
        {
            "start": 817861292,
            "stop": 817861347
        },
        {
            "start": 817861356,
            "stop": 817861395
        },
        {
            "start": 817861429,
            "stop": 817861497
        },
        {
            "start": 817861504,
            "stop": 817861506
        },
        {
            "start": 817861520,
            "stop": 817861537
        },
        {
            "start": 817861546,
            "stop": 817861564
        },
        {
            "start": 817861600,
            "stop": 817861664
        }
    ]
}