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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=481",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 482,
    "results": [
        {
            "start": 1184477924,
            "stop": 1184479734
        },
        {
            "start": 1184479738,
            "stop": 1184483313
        },
        {
            "start": 1184483317,
            "stop": 1184483510
        },
        {
            "start": 1184483520,
            "stop": 1184483524
        },
        {
            "start": 1184483526,
            "stop": 1184484221
        },
        {
            "start": 1184484225,
            "stop": 1184484529
        },
        {
            "start": 1184484531,
            "stop": 1184485764
        },
        {
            "start": 1184485766,
            "stop": 1184486458
        },
        {
            "start": 1184486462,
            "stop": 1184486648
        },
        {
            "start": 1184486650,
            "stop": 1184486675
        },
        {
            "start": 1184486678,
            "stop": 1184487906
        },
        {
            "start": 1184487909,
            "stop": 1184488326
        },
        {
            "start": 1184488328,
            "stop": 1184488517
        },
        {
            "start": 1184488520,
            "stop": 1184489394
        },
        {
            "start": 1184489397,
            "stop": 1184489694
        },
        {
            "start": 1184489696,
            "stop": 1184489787
        },
        {
            "start": 1184489789,
            "stop": 1184489798
        },
        {
            "start": 1184489800,
            "stop": 1184490125
        },
        {
            "start": 1184490127,
            "stop": 1184490138
        },
        {
            "start": 1184490143,
            "stop": 1184490445
        }
    ]
}