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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 200,
    "results": [
        {
            "start": 1126830995,
            "stop": 1126831011
        },
        {
            "start": 1126831012,
            "stop": 1126831027
        },
        {
            "start": 1126831028,
            "stop": 1126831090
        },
        {
            "start": 1126831093,
            "stop": 1126831150
        },
        {
            "start": 1126831151,
            "stop": 1126831164
        },
        {
            "start": 1126831165,
            "stop": 1126831223
        },
        {
            "start": 1126831225,
            "stop": 1126831235
        },
        {
            "start": 1126831237,
            "stop": 1126831253
        },
        {
            "start": 1126831255,
            "stop": 1126831277
        },
        {
            "start": 1126831757,
            "stop": 1126831844
        },
        {
            "start": 1126831846,
            "stop": 1126831848
        },
        {
            "start": 1126831849,
            "stop": 1126831852
        },
        {
            "start": 1126831856,
            "stop": 1126831874
        },
        {
            "start": 1126831875,
            "stop": 1126831876
        },
        {
            "start": 1126831877,
            "stop": 1126831882
        },
        {
            "start": 1126831883,
            "stop": 1126831921
        },
        {
            "start": 1126831927,
            "stop": 1126831930
        },
        {
            "start": 1126831933,
            "stop": 1126831939
        },
        {
            "start": 1126831940,
            "stop": 1126831945
        },
        {
            "start": 1126831947,
            "stop": 1126831990
        }
    ]
}