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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=126",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 127,
    "results": [
        {
            "start": 1239041600,
            "stop": 1239041606
        },
        {
            "start": 1239041610,
            "stop": 1239041700
        },
        {
            "start": 1239041701,
            "stop": 1239041745
        },
        {
            "start": 1239041747,
            "stop": 1239041748
        },
        {
            "start": 1239041749,
            "stop": 1239041760
        },
        {
            "start": 1239041763,
            "stop": 1239041789
        },
        {
            "start": 1239041793,
            "stop": 1239041799
        },
        {
            "start": 1239041802,
            "stop": 1239041812
        },
        {
            "start": 1239041814,
            "stop": 1239041879
        },
        {
            "start": 1239041881,
            "stop": 1239041916
        },
        {
            "start": 1239041918,
            "stop": 1239041929
        },
        {
            "start": 1239041932,
            "stop": 1239041942
        },
        {
            "start": 1239041944,
            "stop": 1239041952
        },
        {
            "start": 1239041957,
            "stop": 1239041958
        },
        {
            "start": 1239041959,
            "stop": 1239042010
        },
        {
            "start": 1239042012,
            "stop": 1239042022
        },
        {
            "start": 1239042026,
            "stop": 1239042037
        },
        {
            "start": 1239042039,
            "stop": 1239042053
        },
        {
            "start": 1239042055,
            "stop": 1239042058
        },
        {
            "start": 1239042059,
            "stop": 1239042064
        }
    ]
}