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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=124",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 125,
    "results": [
        {
            "start": 1260123382,
            "stop": 1260124470
        },
        {
            "start": 1260124475,
            "stop": 1260124811
        },
        {
            "start": 1260124813,
            "stop": 1260125499
        },
        {
            "start": 1260125500,
            "stop": 1260126343
        },
        {
            "start": 1260126344,
            "stop": 1260126581
        },
        {
            "start": 1260126582,
            "stop": 1260126823
        },
        {
            "start": 1260126824,
            "stop": 1260129359
        },
        {
            "start": 1260129364,
            "stop": 1260130811
        },
        {
            "start": 1260130812,
            "stop": 1260130835
        },
        {
            "start": 1260130840,
            "stop": 1260132432
        },
        {
            "start": 1260132437,
            "stop": 1260132925
        },
        {
            "start": 1260132930,
            "stop": 1260133265
        },
        {
            "start": 1260143085,
            "stop": 1260143221
        },
        {
            "start": 1260143223,
            "stop": 1260143951
        },
        {
            "start": 1260143953,
            "stop": 1260145246
        },
        {
            "start": 1260145251,
            "stop": 1260147544
        },
        {
            "start": 1260147545,
            "stop": 1260150041
        },
        {
            "start": 1260150046,
            "stop": 1260151644
        },
        {
            "start": 1260151647,
            "stop": 1260152432
        },
        {
            "start": 1260152434,
            "stop": 1260152857
        }
    ]
}