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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5983",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5984,
    "results": [
        {
            "start": 873352491,
            "stop": 873352626
        },
        {
            "start": 873352627,
            "stop": 873352731
        },
        {
            "start": 873352732,
            "stop": 873353084
        },
        {
            "start": 873353085,
            "stop": 873353538
        },
        {
            "start": 873353541,
            "stop": 873354398
        },
        {
            "start": 873354399,
            "stop": 873355238
        },
        {
            "start": 873355239,
            "stop": 873355371
        },
        {
            "start": 873355372,
            "stop": 873357599
        },
        {
            "start": 873357600,
            "stop": 873359563
        },
        {
            "start": 873359565,
            "stop": 873359740
        },
        {
            "start": 873359741,
            "stop": 873359872
        },
        {
            "start": 873359873,
            "stop": 873361855
        },
        {
            "start": 873361856,
            "stop": 873362061
        },
        {
            "start": 873362062,
            "stop": 873363303
        },
        {
            "start": 873364508,
            "stop": 873365976
        },
        {
            "start": 873365979,
            "stop": 873366437
        },
        {
            "start": 873366438,
            "stop": 873367076
        },
        {
            "start": 873367077,
            "stop": 873368569
        },
        {
            "start": 873368570,
            "stop": 873368590
        },
        {
            "start": 873368591,
            "stop": 873368718
        }
    ]
}