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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1946",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1944",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1945,
    "results": [
        {
            "start": 1252795559,
            "stop": 1252795754
        },
        {
            "start": 1252795757,
            "stop": 1252795792
        },
        {
            "start": 1252795795,
            "stop": 1252795839
        },
        {
            "start": 1252795842,
            "stop": 1252795850
        },
        {
            "start": 1252795853,
            "stop": 1252796063
        },
        {
            "start": 1252796066,
            "stop": 1252796509
        },
        {
            "start": 1252796512,
            "stop": 1252797014
        },
        {
            "start": 1252797017,
            "stop": 1252797025
        },
        {
            "start": 1252797028,
            "stop": 1252797651
        },
        {
            "start": 1252797654,
            "stop": 1252797657
        },
        {
            "start": 1252797660,
            "stop": 1252797758
        },
        {
            "start": 1252797760,
            "stop": 1252797761
        },
        {
            "start": 1252797764,
            "stop": 1252797856
        },
        {
            "start": 1252797859,
            "stop": 1252798002
        },
        {
            "start": 1252798005,
            "stop": 1252798056
        },
        {
            "start": 1252798059,
            "stop": 1252798063
        },
        {
            "start": 1252798066,
            "stop": 1252798261
        },
        {
            "start": 1252798264,
            "stop": 1252798564
        },
        {
            "start": 1252798566,
            "stop": 1252798592
        },
        {
            "start": 1252798595,
            "stop": 1252798596
        }
    ]
}