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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 25,
    "results": [
        {
            "start": 818569880,
            "stop": 818571169
        },
        {
            "start": 818571469,
            "stop": 818571691
        },
        {
            "start": 818572427,
            "stop": 818572514
        },
        {
            "start": 818573468,
            "stop": 818573474
        },
        {
            "start": 818574101,
            "stop": 818574127
        },
        {
            "start": 818574427,
            "stop": 818574500
        },
        {
            "start": 818575037,
            "stop": 818575145
        },
        {
            "start": 818575445,
            "stop": 818575693
        },
        {
            "start": 818577371,
            "stop": 818604186
        },
        {
            "start": 818606090,
            "stop": 818616793
        },
        {
            "start": 818616823,
            "stop": 818616825
        },
        {
            "start": 818617456,
            "stop": 818619133
        },
        {
            "start": 818621618,
            "stop": 818635016
        },
        {
            "start": 818636410,
            "stop": 818636533
        },
        {
            "start": 818637603,
            "stop": 818641135
        },
        {
            "start": 818641136,
            "stop": 818645208
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649505,
            "stop": 818649507
        },
        {
            "start": 818649640,
            "stop": 818654653
        },
        {
            "start": 818657617,
            "stop": 818677604
        }
    ]
}