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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=175",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 176,
    "results": [
        {
            "start": 844031880,
            "stop": 844032164
        },
        {
            "start": 844032167,
            "stop": 844032274
        },
        {
            "start": 844032276,
            "stop": 844035136
        },
        {
            "start": 844035138,
            "stop": 844035209
        },
        {
            "start": 844038999,
            "stop": 844039406
        },
        {
            "start": 844039409,
            "stop": 844051555
        },
        {
            "start": 844052497,
            "stop": 844096684
        },
        {
            "start": 844098705,
            "stop": 844118904
        },
        {
            "start": 844119154,
            "stop": 844122010
        },
        {
            "start": 844124286,
            "stop": 844189240
        },
        {
            "start": 844189242,
            "stop": 844199664
        },
        {
            "start": 844202234,
            "stop": 844203177
        },
        {
            "start": 844203290,
            "stop": 844245182
        },
        {
            "start": 844247765,
            "stop": 844310556
        },
        {
            "start": 844333271,
            "stop": 844338731
        },
        {
            "start": 844339203,
            "stop": 844345110
        },
        {
            "start": 844375928,
            "stop": 844423942
        },
        {
            "start": 844427702,
            "stop": 844430915
        },
        {
            "start": 844432445,
            "stop": 844440015
        },
        {
            "start": 844440998,
            "stop": 844444269
        }
    ]
}