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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 125,
    "results": [
        {
            "start": 1412255388,
            "stop": 1412262581
        },
        {
            "start": 1412262583,
            "stop": 1412275026
        },
        {
            "start": 1412282109,
            "stop": 1412287436
        },
        {
            "start": 1412287438,
            "stop": 1412293803
        },
        {
            "start": 1412293804,
            "stop": 1412318929
        },
        {
            "start": 1412318931,
            "stop": 1412330495
        },
        {
            "start": 1412330498,
            "stop": 1412330682
        },
        {
            "start": 1412330687,
            "stop": 1412339782
        },
        {
            "start": 1412339784,
            "stop": 1412339832
        },
        {
            "start": 1412339835,
            "stop": 1412351198
        },
        {
            "start": 1412360564,
            "stop": 1412361055
        },
        {
            "start": 1412361057,
            "stop": 1412375083
        },
        {
            "start": 1412375087,
            "stop": 1412383249
        },
        {
            "start": 1412393187,
            "stop": 1412393967
        },
        {
            "start": 1412393972,
            "stop": 1412395463
        },
        {
            "start": 1412395465,
            "stop": 1412402192
        },
        {
            "start": 1412402195,
            "stop": 1412405840
        },
        {
            "start": 1412405843,
            "stop": 1412407389
        },
        {
            "start": 1412407394,
            "stop": 1412407823
        },
        {
            "start": 1412407960,
            "stop": 1412414461
        }
    ]
}