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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1098",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1096",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1097,
    "results": [
        {
            "start": 1253750945,
            "stop": 1253752947
        },
        {
            "start": 1253752949,
            "stop": 1253753942
        },
        {
            "start": 1253753947,
            "stop": 1253754171
        },
        {
            "start": 1253754175,
            "stop": 1253759059
        },
        {
            "start": 1253759064,
            "stop": 1253759093
        },
        {
            "start": 1253759098,
            "stop": 1253759128
        },
        {
            "start": 1253765972,
            "stop": 1253768010
        },
        {
            "start": 1253768013,
            "stop": 1253770199
        },
        {
            "start": 1253770204,
            "stop": 1253770807
        },
        {
            "start": 1253770811,
            "stop": 1253774952
        },
        {
            "start": 1253774956,
            "stop": 1253776302
        },
        {
            "start": 1253776304,
            "stop": 1253776417
        },
        {
            "start": 1253776418,
            "stop": 1253777466
        },
        {
            "start": 1253777468,
            "stop": 1253779821
        },
        {
            "start": 1253779823,
            "stop": 1253780638
        },
        {
            "start": 1253780643,
            "stop": 1253780808
        },
        {
            "start": 1253780812,
            "stop": 1253781747
        },
        {
            "start": 1253781750,
            "stop": 1253782915
        },
        {
            "start": 1253782923,
            "stop": 1253783808
        },
        {
            "start": 1253783809,
            "stop": 1253785178
        }
    ]
}