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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6423",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6424,
    "results": [
        {
            "start": 873779475,
            "stop": 873779853
        },
        {
            "start": 873779854,
            "stop": 873779969
        },
        {
            "start": 873779970,
            "stop": 873780349
        },
        {
            "start": 873780350,
            "stop": 873780414
        },
        {
            "start": 873780415,
            "stop": 873780471
        },
        {
            "start": 873780472,
            "stop": 873780587
        },
        {
            "start": 873780588,
            "stop": 873781191
        },
        {
            "start": 873781193,
            "stop": 873781370
        },
        {
            "start": 873781371,
            "stop": 873781678
        },
        {
            "start": 873781679,
            "stop": 873781930
        },
        {
            "start": 873781931,
            "stop": 873782003
        },
        {
            "start": 873782004,
            "stop": 873782554
        },
        {
            "start": 873782555,
            "stop": 873782692
        },
        {
            "start": 873782693,
            "stop": 873782940
        },
        {
            "start": 873782942,
            "stop": 873783495
        },
        {
            "start": 873783496,
            "stop": 873783506
        },
        {
            "start": 873783507,
            "stop": 873783652
        },
        {
            "start": 873783654,
            "stop": 873783767
        },
        {
            "start": 873783768,
            "stop": 873783907
        },
        {
            "start": 873783908,
            "stop": 873784226
        }
    ]
}