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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=329",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 330,
    "results": [
        {
            "start": 1249840633,
            "stop": 1249840639
        },
        {
            "start": 1249840641,
            "stop": 1249841024
        },
        {
            "start": 1249841026,
            "stop": 1249841228
        },
        {
            "start": 1249841229,
            "stop": 1249841266
        },
        {
            "start": 1249841268,
            "stop": 1249841269
        },
        {
            "start": 1249841273,
            "stop": 1249841274
        },
        {
            "start": 1249841275,
            "stop": 1249841281
        },
        {
            "start": 1249841282,
            "stop": 1249841888
        },
        {
            "start": 1249841890,
            "stop": 1249841898
        },
        {
            "start": 1249841901,
            "stop": 1249842728
        },
        {
            "start": 1249842730,
            "stop": 1249842836
        },
        {
            "start": 1249842838,
            "stop": 1249842884
        },
        {
            "start": 1249842885,
            "stop": 1249842912
        },
        {
            "start": 1249842913,
            "stop": 1249843127
        },
        {
            "start": 1249843128,
            "stop": 1249843149
        },
        {
            "start": 1249843150,
            "stop": 1249843214
        },
        {
            "start": 1249843215,
            "stop": 1249843879
        },
        {
            "start": 1249843881,
            "stop": 1249843925
        },
        {
            "start": 1249843928,
            "stop": 1249843931
        },
        {
            "start": 1249843933,
            "stop": 1249843935
        }
    ]
}