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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=783",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 784,
    "results": [
        {
            "start": 1268348701,
            "stop": 1268350058
        },
        {
            "start": 1268350062,
            "stop": 1268350983
        },
        {
            "start": 1268350988,
            "stop": 1268351511
        },
        {
            "start": 1268351516,
            "stop": 1268351755
        },
        {
            "start": 1268351758,
            "stop": 1268353233
        },
        {
            "start": 1268353237,
            "stop": 1268353501
        },
        {
            "start": 1268353503,
            "stop": 1268354148
        },
        {
            "start": 1268354152,
            "stop": 1268355674
        },
        {
            "start": 1268355676,
            "stop": 1268356349
        },
        {
            "start": 1268356350,
            "stop": 1268356359
        },
        {
            "start": 1268356360,
            "stop": 1268356378
        },
        {
            "start": 1268356379,
            "stop": 1268356559
        },
        {
            "start": 1268356561,
            "stop": 1268356839
        },
        {
            "start": 1268356841,
            "stop": 1268357104
        },
        {
            "start": 1268357105,
            "stop": 1268357107
        },
        {
            "start": 1268357108,
            "stop": 1268357228
        },
        {
            "start": 1268357229,
            "stop": 1268357233
        },
        {
            "start": 1268357235,
            "stop": 1268357370
        },
        {
            "start": 1268357372,
            "stop": 1268357817
        },
        {
            "start": 1268357818,
            "stop": 1268359562
        }
    ]
}