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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=65",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 66,
    "results": [
        {
            "start": 1238335893,
            "stop": 1238335896
        },
        {
            "start": 1238335918,
            "stop": 1238336309
        },
        {
            "start": 1238336310,
            "stop": 1238336431
        },
        {
            "start": 1238336560,
            "stop": 1238337560
        },
        {
            "start": 1238337562,
            "stop": 1238337585
        },
        {
            "start": 1238337587,
            "stop": 1238337705
        },
        {
            "start": 1238337715,
            "stop": 1238338349
        },
        {
            "start": 1238338350,
            "stop": 1238338879
        },
        {
            "start": 1238338880,
            "stop": 1238338934
        },
        {
            "start": 1238338935,
            "stop": 1238338938
        },
        {
            "start": 1238338950,
            "stop": 1238339187
        },
        {
            "start": 1238339189,
            "stop": 1238339236
        },
        {
            "start": 1238339238,
            "stop": 1238339839
        },
        {
            "start": 1238339840,
            "stop": 1238339843
        },
        {
            "start": 1238339844,
            "stop": 1238339846
        },
        {
            "start": 1238339851,
            "stop": 1238339854
        },
        {
            "start": 1238339855,
            "stop": 1238340894
        },
        {
            "start": 1238340898,
            "stop": 1238340946
        },
        {
            "start": 1238340947,
            "stop": 1238341086
        },
        {
            "start": 1238341087,
            "stop": 1238341372
        }
    ]
}