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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=116",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 117,
    "results": [
        {
            "start": 1239866353,
            "stop": 1239866471
        },
        {
            "start": 1239866473,
            "stop": 1239866591
        },
        {
            "start": 1239866593,
            "stop": 1239866711
        },
        {
            "start": 1239866713,
            "stop": 1239866831
        },
        {
            "start": 1239866833,
            "stop": 1239866951
        },
        {
            "start": 1239866953,
            "stop": 1239867071
        },
        {
            "start": 1239867073,
            "stop": 1239867191
        },
        {
            "start": 1239867193,
            "stop": 1239867309
        },
        {
            "start": 1239867310,
            "stop": 1239867431
        },
        {
            "start": 1239867433,
            "stop": 1239867551
        },
        {
            "start": 1239867553,
            "stop": 1239867671
        },
        {
            "start": 1239867673,
            "stop": 1239867791
        },
        {
            "start": 1239867793,
            "stop": 1239867911
        },
        {
            "start": 1239867913,
            "stop": 1239868031
        },
        {
            "start": 1239868033,
            "stop": 1239868151
        },
        {
            "start": 1239868153,
            "stop": 1239868271
        },
        {
            "start": 1239868273,
            "stop": 1239868391
        },
        {
            "start": 1239868393,
            "stop": 1239868511
        },
        {
            "start": 1239868513,
            "stop": 1239868631
        },
        {
            "start": 1239868633,
            "stop": 1239868751
        }
    ]
}