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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5297",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5295",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5296,
    "results": [
        {
            "start": 1137089600,
            "stop": 1137089601
        },
        {
            "start": 1137089603,
            "stop": 1137089605
        },
        {
            "start": 1137089607,
            "stop": 1137089609
        },
        {
            "start": 1137089611,
            "stop": 1137089613
        },
        {
            "start": 1137089615,
            "stop": 1137089648
        },
        {
            "start": 1137089650,
            "stop": 1137089692
        },
        {
            "start": 1137089694,
            "stop": 1137089701
        },
        {
            "start": 1137089703,
            "stop": 1137089713
        },
        {
            "start": 1137089715,
            "stop": 1137089716
        },
        {
            "start": 1137089717,
            "stop": 1137089718
        },
        {
            "start": 1137089721,
            "stop": 1137089779
        },
        {
            "start": 1137089781,
            "stop": 1137089819
        },
        {
            "start": 1137089821,
            "stop": 1137089825
        },
        {
            "start": 1137089827,
            "stop": 1137089849
        },
        {
            "start": 1137089851,
            "stop": 1137089924
        },
        {
            "start": 1137089926,
            "stop": 1137089975
        },
        {
            "start": 1137089977,
            "stop": 1137090093
        },
        {
            "start": 1137090094,
            "stop": 1137090096
        },
        {
            "start": 1137090097,
            "stop": 1137090109
        },
        {
            "start": 1137090110,
            "stop": 1137090149
        }
    ]
}