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=1053
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=1054",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1052",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1053,
    "results": [
        {
            "start": 1252998640,
            "stop": 1252999020
        },
        {
            "start": 1252999024,
            "stop": 1252999689
        },
        {
            "start": 1252999692,
            "stop": 1253000162
        },
        {
            "start": 1253000166,
            "stop": 1253001270
        },
        {
            "start": 1253001275,
            "stop": 1253001575
        },
        {
            "start": 1253001578,
            "stop": 1253001842
        },
        {
            "start": 1253001846,
            "stop": 1253002636
        },
        {
            "start": 1253002640,
            "stop": 1253003690
        },
        {
            "start": 1253003698,
            "stop": 1253004120
        },
        {
            "start": 1253004123,
            "stop": 1253004695
        },
        {
            "start": 1253004698,
            "stop": 1253006064
        },
        {
            "start": 1253006069,
            "stop": 1253007675
        },
        {
            "start": 1253007679,
            "stop": 1253008828
        },
        {
            "start": 1253008831,
            "stop": 1253008875
        },
        {
            "start": 1253008879,
            "stop": 1253009430
        },
        {
            "start": 1253009433,
            "stop": 1253009749
        },
        {
            "start": 1253009756,
            "stop": 1253009762
        },
        {
            "start": 1253009770,
            "stop": 1253010942
        },
        {
            "start": 1253010947,
            "stop": 1253012353
        },
        {
            "start": 1253012357,
            "stop": 1253013048
        }
    ]
}