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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1047",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1045",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1046,
    "results": [
        {
            "start": 1252910647,
            "stop": 1252910961
        },
        {
            "start": 1252910964,
            "stop": 1252912068
        },
        {
            "start": 1252912071,
            "stop": 1252912176
        },
        {
            "start": 1252912179,
            "stop": 1252912343
        },
        {
            "start": 1252912346,
            "stop": 1252912417
        },
        {
            "start": 1252912420,
            "stop": 1252912660
        },
        {
            "start": 1252912665,
            "stop": 1252913281
        },
        {
            "start": 1252913286,
            "stop": 1252913402
        },
        {
            "start": 1252913406,
            "stop": 1252914614
        },
        {
            "start": 1252914618,
            "stop": 1252914629
        },
        {
            "start": 1252914632,
            "stop": 1252914641
        },
        {
            "start": 1252914645,
            "stop": 1252916074
        },
        {
            "start": 1252916078,
            "stop": 1252916139
        },
        {
            "start": 1252916143,
            "stop": 1252916668
        },
        {
            "start": 1252916673,
            "stop": 1252916968
        },
        {
            "start": 1252916972,
            "stop": 1252917120
        },
        {
            "start": 1252917124,
            "stop": 1252917558
        },
        {
            "start": 1252917562,
            "stop": 1252918285
        },
        {
            "start": 1252918288,
            "stop": 1252918299
        },
        {
            "start": 1252918303,
            "stop": 1252918599
        }
    ]
}