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=1062
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=1063",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1061",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1062,
    "results": [
        {
            "start": 1253080118,
            "stop": 1253080537
        },
        {
            "start": 1253080542,
            "stop": 1253081176
        },
        {
            "start": 1253081180,
            "stop": 1253081287
        },
        {
            "start": 1253081294,
            "stop": 1253081801
        },
        {
            "start": 1253081810,
            "stop": 1253082041
        },
        {
            "start": 1253082044,
            "stop": 1253083029
        },
        {
            "start": 1253083032,
            "stop": 1253083082
        },
        {
            "start": 1253083087,
            "stop": 1253083119
        },
        {
            "start": 1253083132,
            "stop": 1253083330
        },
        {
            "start": 1253083333,
            "stop": 1253083337
        },
        {
            "start": 1253083342,
            "stop": 1253083417
        },
        {
            "start": 1253083422,
            "stop": 1253083784
        },
        {
            "start": 1253083787,
            "stop": 1253083955
        },
        {
            "start": 1253083958,
            "stop": 1253084213
        },
        {
            "start": 1253084216,
            "stop": 1253084598
        },
        {
            "start": 1253084603,
            "stop": 1253085419
        },
        {
            "start": 1253085427,
            "stop": 1253085817
        },
        {
            "start": 1253085821,
            "stop": 1253085879
        },
        {
            "start": 1253085884,
            "stop": 1253085925
        },
        {
            "start": 1253085930,
            "stop": 1253085932
        }
    ]
}