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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=228",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 229,
    "results": [
        {
            "start": 861357422,
            "stop": 861357639
        },
        {
            "start": 861358039,
            "stop": 861369299
        },
        {
            "start": 861369945,
            "stop": 861379707
        },
        {
            "start": 861379953,
            "stop": 861390932
        },
        {
            "start": 861392039,
            "stop": 861398690
        },
        {
            "start": 861399336,
            "stop": 861424442
        },
        {
            "start": 861426035,
            "stop": 861428440
        },
        {
            "start": 861429060,
            "stop": 861459794
        },
        {
            "start": 861460544,
            "stop": 861462042
        },
        {
            "start": 861488788,
            "stop": 861489541
        },
        {
            "start": 861490084,
            "stop": 861495203
        },
        {
            "start": 861500637,
            "stop": 861501222
        },
        {
            "start": 861502808,
            "stop": 861504670
        },
        {
            "start": 861505779,
            "stop": 861544063
        },
        {
            "start": 861545299,
            "stop": 861566177
        },
        {
            "start": 861571747,
            "stop": 861577236
        },
        {
            "start": 861578569,
            "stop": 861616358
        },
        {
            "start": 861617016,
            "stop": 861625571
        },
        {
            "start": 861627031,
            "stop": 861629564
        },
        {
            "start": 861630409,
            "stop": 861641325
        }
    ]
}