Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=3",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 4,
    "results": [
        {
            "start": 816440343,
            "stop": 816440364
        },
        {
            "start": 816443253,
            "stop": 816446010
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816473698
        },
        {
            "start": 816474324,
            "stop": 816480941
        },
        {
            "start": 816482627,
            "stop": 816484609
        },
        {
            "start": 816485606,
            "stop": 816486335
        },
        {
            "start": 816486337,
            "stop": 816486409
        },
        {
            "start": 816486459,
            "stop": 816486617
        },
        {
            "start": 816486618,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816487173
        },
        {
            "start": 816487174,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488438
        },
        {
            "start": 816493058,
            "stop": 816512264
        },
        {
            "start": 816512741,
            "stop": 816518449
        },
        {
            "start": 816520882,
            "stop": 816526079
        },
        {
            "start": 816527115,
            "stop": 816527427
        },
        {
            "start": 816541120,
            "stop": 816557375
        },
        {
            "start": 816558047,
            "stop": 816560284
        }
    ]
}