Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 22,
    "results": [
        {
            "start": 1369780122,
            "stop": 1369782653
        },
        {
            "start": 1369782658,
            "stop": 1369799718
        },
        {
            "start": 1369799723,
            "stop": 1369801450
        },
        {
            "start": 1369805217,
            "stop": 1369808671
        },
        {
            "start": 1369808676,
            "stop": 1369816396
        },
        {
            "start": 1369827426,
            "stop": 1369829198
        },
        {
            "start": 1369837682,
            "stop": 1369843018
        },
        {
            "start": 1369843023,
            "stop": 1369844088
        },
        {
            "start": 1369844093,
            "stop": 1369849228
        },
        {
            "start": 1369849233,
            "stop": 1369850008
        },
        {
            "start": 1369850013,
            "stop": 1369858387
        },
        {
            "start": 1369858392,
            "stop": 1369864139
        },
        {
            "start": 1369864144,
            "stop": 1369869772
        },
        {
            "start": 1369869778,
            "stop": 1369870338
        },
        {
            "start": 1369870341,
            "stop": 1369874612
        },
        {
            "start": 1369874617,
            "stop": 1369876653
        },
        {
            "start": 1369876658,
            "stop": 1369877445
        },
        {
            "start": 1369877450,
            "stop": 1369880715
        },
        {
            "start": 1369880720,
            "stop": 1369881243
        },
        {
            "start": 1369881248,
            "stop": 1369899371
        }
    ]
}