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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=8",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 9,
    "results": [
        {
            "start": 1126105318,
            "stop": 1126105571
        },
        {
            "start": 1126105573,
            "stop": 1126105928
        },
        {
            "start": 1126105930,
            "stop": 1126106288
        },
        {
            "start": 1126106289,
            "stop": 1126106422
        },
        {
            "start": 1126106424,
            "stop": 1126106628
        },
        {
            "start": 1126106629,
            "stop": 1126107001
        },
        {
            "start": 1126107002,
            "stop": 1126107272
        },
        {
            "start": 1126107279,
            "stop": 1126107367
        },
        {
            "start": 1126107369,
            "stop": 1126107736
        },
        {
            "start": 1126107737,
            "stop": 1126108113
        },
        {
            "start": 1126108115,
            "stop": 1126108408
        },
        {
            "start": 1126108410,
            "stop": 1126108482
        },
        {
            "start": 1126108483,
            "stop": 1126108835
        },
        {
            "start": 1126108836,
            "stop": 1126109190
        },
        {
            "start": 1126109191,
            "stop": 1126109457
        },
        {
            "start": 1126109459,
            "stop": 1126109555
        },
        {
            "start": 1126109557,
            "stop": 1126109578
        },
        {
            "start": 1126109580,
            "stop": 1126109722
        },
        {
            "start": 1126109724,
            "stop": 1126109975
        },
        {
            "start": 1126109976,
            "stop": 1126110014
        }
    ]
}