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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 19,
    "results": [
        {
            "start": 1267764710,
            "stop": 1267771079
        },
        {
            "start": 1267777100,
            "stop": 1267795251
        },
        {
            "start": 1267802622,
            "stop": 1267812024
        },
        {
            "start": 1267817831,
            "stop": 1267820084
        },
        {
            "start": 1267820220,
            "stop": 1267825274
        },
        {
            "start": 1267826248,
            "stop": 1267841230
        },
        {
            "start": 1267843651,
            "stop": 1267886368
        },
        {
            "start": 1267909086,
            "stop": 1267912932
        },
        {
            "start": 1267919589,
            "stop": 1267976689
        },
        {
            "start": 1267982915,
            "stop": 1267984297
        },
        {
            "start": 1267987350,
            "stop": 1267989621
        },
        {
            "start": 1268005050,
            "stop": 1268069087
        },
        {
            "start": 1268076636,
            "stop": 1268123676
        },
        {
            "start": 1268140943,
            "stop": 1268152679
        },
        {
            "start": 1268161279,
            "stop": 1268171700
        },
        {
            "start": 1268174086,
            "stop": 1268198470
        },
        {
            "start": 1268199249,
            "stop": 1268208095
        },
        {
            "start": 1268208177,
            "stop": 1268218110
        },
        {
            "start": 1268223470,
            "stop": 1268264960
        },
        {
            "start": 1268264980,
            "stop": 1268330011
        }
    ]
}