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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7014",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7015,
    "results": [
        {
            "start": 873778251,
            "stop": 873778601
        },
        {
            "start": 873778602,
            "stop": 873778709
        },
        {
            "start": 873778710,
            "stop": 873778991
        },
        {
            "start": 873778992,
            "stop": 873779409
        },
        {
            "start": 873779410,
            "stop": 873779474
        },
        {
            "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
        }
    ]
}