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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 13,
    "results": [
        {
            "start": 1398556355,
            "stop": 1398557507
        },
        {
            "start": 1398557514,
            "stop": 1398561299
        },
        {
            "start": 1398561306,
            "stop": 1398566505
        },
        {
            "start": 1398566512,
            "stop": 1398567996
        },
        {
            "start": 1398568001,
            "stop": 1398571942
        },
        {
            "start": 1398571947,
            "stop": 1398573309
        },
        {
            "start": 1398577263,
            "stop": 1398581065
        },
        {
            "start": 1398581072,
            "stop": 1398582085
        },
        {
            "start": 1398582092,
            "stop": 1398587915
        },
        {
            "start": 1398587922,
            "stop": 1398604803
        },
        {
            "start": 1398610012,
            "stop": 1398612622
        },
        {
            "start": 1398626809,
            "stop": 1398629436
        },
        {
            "start": 1398633354,
            "stop": 1398636218
        },
        {
            "start": 1398636223,
            "stop": 1398636773
        },
        {
            "start": 1398636777,
            "stop": 1398638102
        },
        {
            "start": 1398638106,
            "stop": 1398639588
        },
        {
            "start": 1398639591,
            "stop": 1398639602
        },
        {
            "start": 1398639606,
            "stop": 1398643813
        },
        {
            "start": 1398646466,
            "stop": 1398653044
        },
        {
            "start": 1398653050,
            "stop": 1398659997
        }
    ]
}