Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 68,
    "results": [
        {
            "start": 1404507624,
            "stop": 1404509081
        },
        {
            "start": 1404509084,
            "stop": 1404530092
        },
        {
            "start": 1404530094,
            "stop": 1404542200
        },
        {
            "start": 1404588823,
            "stop": 1404597131
        },
        {
            "start": 1404597133,
            "stop": 1404607489
        },
        {
            "start": 1404609345,
            "stop": 1404623877
        },
        {
            "start": 1404637241,
            "stop": 1404640308
        },
        {
            "start": 1404640311,
            "stop": 1404650833
        },
        {
            "start": 1404650837,
            "stop": 1404655594
        },
        {
            "start": 1404655599,
            "stop": 1404663431
        },
        {
            "start": 1404663436,
            "stop": 1404666766
        },
        {
            "start": 1404672170,
            "stop": 1404672234
        },
        {
            "start": 1404672239,
            "stop": 1404675714
        },
        {
            "start": 1404675717,
            "stop": 1404693078
        },
        {
            "start": 1404693080,
            "stop": 1404700447
        },
        {
            "start": 1404709754,
            "stop": 1404713200
        },
        {
            "start": 1404713205,
            "stop": 1404716202
        },
        {
            "start": 1404716439,
            "stop": 1404717646
        },
        {
            "start": 1404717650,
            "stop": 1404722283
        },
        {
            "start": 1404722286,
            "stop": 1404734082
        }
    ]
}