Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5255
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5256",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5254",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5255,
    "results": [
        {
            "start": 1137063296,
            "stop": 1137063298
        },
        {
            "start": 1137063300,
            "stop": 1137063302
        },
        {
            "start": 1137063304,
            "stop": 1137063325
        },
        {
            "start": 1137063327,
            "stop": 1137063357
        },
        {
            "start": 1137063359,
            "stop": 1137063476
        },
        {
            "start": 1137063478,
            "stop": 1137063489
        },
        {
            "start": 1137063499,
            "stop": 1137063520
        },
        {
            "start": 1137063521,
            "stop": 1137063558
        },
        {
            "start": 1137063560,
            "stop": 1137063563
        },
        {
            "start": 1137063565,
            "stop": 1137063567
        },
        {
            "start": 1137063569,
            "stop": 1137063579
        },
        {
            "start": 1137063581,
            "stop": 1137063601
        },
        {
            "start": 1137063604,
            "stop": 1137063643
        },
        {
            "start": 1137063646,
            "stop": 1137063677
        },
        {
            "start": 1137063679,
            "stop": 1137063681
        },
        {
            "start": 1137063684,
            "stop": 1137063689
        },
        {
            "start": 1137063691,
            "stop": 1137063704
        },
        {
            "start": 1137063707,
            "stop": 1137063716
        },
        {
            "start": 1137063719,
            "stop": 1137063720
        },
        {
            "start": 1137063722,
            "stop": 1137063728
        }
    ]
}