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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1094",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1092",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1093,
    "results": [
        {
            "start": 1253623308,
            "stop": 1253623376
        },
        {
            "start": 1253623380,
            "stop": 1253624220
        },
        {
            "start": 1253624224,
            "stop": 1253624242
        },
        {
            "start": 1253624247,
            "stop": 1253624257
        },
        {
            "start": 1253624262,
            "stop": 1253624268
        },
        {
            "start": 1253624273,
            "stop": 1253624495
        },
        {
            "start": 1253624500,
            "stop": 1253624521
        },
        {
            "start": 1253624526,
            "stop": 1253624546
        },
        {
            "start": 1253624551,
            "stop": 1253624637
        },
        {
            "start": 1253624642,
            "stop": 1253624749
        },
        {
            "start": 1253624754,
            "stop": 1253624757
        },
        {
            "start": 1253624763,
            "stop": 1253624766
        },
        {
            "start": 1253624771,
            "stop": 1253624775
        },
        {
            "start": 1253624780,
            "stop": 1253624785
        },
        {
            "start": 1253624790,
            "stop": 1253624909
        },
        {
            "start": 1253624914,
            "stop": 1253625055
        },
        {
            "start": 1253625060,
            "stop": 1253625061
        },
        {
            "start": 1253625066,
            "stop": 1253625072
        },
        {
            "start": 1253625077,
            "stop": 1253626505
        },
        {
            "start": 1253626509,
            "stop": 1253626932
        }
    ]
}