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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 89,
    "results": [
        {
            "start": 1259087576,
            "stop": 1259087960
        },
        {
            "start": 1259087965,
            "stop": 1259090448
        },
        {
            "start": 1259090450,
            "stop": 1259092131
        },
        {
            "start": 1259092134,
            "stop": 1259093093
        },
        {
            "start": 1259093097,
            "stop": 1259093903
        },
        {
            "start": 1259093908,
            "stop": 1259094639
        },
        {
            "start": 1259094643,
            "stop": 1259095067
        },
        {
            "start": 1259095069,
            "stop": 1259097842
        },
        {
            "start": 1259097845,
            "stop": 1259101091
        },
        {
            "start": 1259101096,
            "stop": 1259102791
        },
        {
            "start": 1259102794,
            "stop": 1259103272
        },
        {
            "start": 1259103275,
            "stop": 1259104731
        },
        {
            "start": 1259104733,
            "stop": 1259104738
        },
        {
            "start": 1259104740,
            "stop": 1259105496
        },
        {
            "start": 1259105501,
            "stop": 1259105502
        },
        {
            "start": 1259105504,
            "stop": 1259106677
        },
        {
            "start": 1259106679,
            "stop": 1259108023
        },
        {
            "start": 1259108024,
            "stop": 1259114284
        },
        {
            "start": 1259114286,
            "stop": 1259115194
        },
        {
            "start": 1259115197,
            "stop": 1259115522
        }
    ]
}