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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=238",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 239,
    "results": [
        {
            "start": 864609162,
            "stop": 864611768
        },
        {
            "start": 864612912,
            "stop": 864628181
        },
        {
            "start": 864628645,
            "stop": 864660314
        },
        {
            "start": 864660954,
            "stop": 864673427
        },
        {
            "start": 864674589,
            "stop": 864678523
        },
        {
            "start": 864679149,
            "stop": 864709369
        },
        {
            "start": 864709371,
            "stop": 864751147
        },
        {
            "start": 864755555,
            "stop": 864761238
        },
        {
            "start": 864763235,
            "stop": 864766985
        },
        {
            "start": 864767650,
            "stop": 864767653
        },
        {
            "start": 864778412,
            "stop": 864778515
        },
        {
            "start": 864779414,
            "stop": 864785343
        },
        {
            "start": 864786068,
            "stop": 864859033
        },
        {
            "start": 864860030,
            "stop": 864921811
        },
        {
            "start": 864922632,
            "stop": 864950591
        },
        {
            "start": 864950593,
            "stop": 864963074
        },
        {
            "start": 864969908,
            "stop": 865015213
        },
        {
            "start": 865015856,
            "stop": 865019529
        },
        {
            "start": 865021114,
            "stop": 865029039
        },
        {
            "start": 865030494,
            "stop": 865030585
        }
    ]
}