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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 46,
    "results": [
        {
            "start": 817302962,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817308660
        },
        {
            "start": 817308720,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312501
        },
        {
            "start": 817314125,
            "stop": 817314429
        },
        {
            "start": 817334047,
            "stop": 817334169
        },
        {
            "start": 817335553,
            "stop": 817336302
        },
        {
            "start": 817336305,
            "stop": 817336320
        },
        {
            "start": 817336440,
            "stop": 817336464
        },
        {
            "start": 817336467,
            "stop": 817336497
        },
        {
            "start": 817336500,
            "stop": 817337229
        },
        {
            "start": 817337232,
            "stop": 817337295
        },
        {
            "start": 817337300,
            "stop": 817337340
        },
        {
            "start": 817337400,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338853
        },
        {
            "start": 817338856,
            "stop": 817339658
        },
        {
            "start": 817339661,
            "stop": 817340157
        },
        {
            "start": 817340160,
            "stop": 817340212
        },
        {
            "start": 817340215,
            "stop": 817340232
        },
        {
            "start": 817340236,
            "stop": 817340293
        }
    ]
}