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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=26",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 27,
    "results": [
        {
            "start": 1411769062,
            "stop": 1411809797
        },
        {
            "start": 1411815497,
            "stop": 1411824442
        },
        {
            "start": 1411875505,
            "stop": 1411875839
        },
        {
            "start": 1411880797,
            "stop": 1411882045
        },
        {
            "start": 1411885475,
            "stop": 1411900077
        },
        {
            "start": 1411905963,
            "stop": 1411911947
        },
        {
            "start": 1411918770,
            "stop": 1411920189
        },
        {
            "start": 1411923844,
            "stop": 1411928682
        },
        {
            "start": 1411928788,
            "stop": 1411931260
        },
        {
            "start": 1411934921,
            "stop": 1411941329
        },
        {
            "start": 1411945034,
            "stop": 1411953836
        },
        {
            "start": 1411961123,
            "stop": 1411979501
        },
        {
            "start": 1411986392,
            "stop": 1412000301
        },
        {
            "start": 1412027387,
            "stop": 1412029185
        },
        {
            "start": 1412034247,
            "stop": 1412048861
        },
        {
            "start": 1412048873,
            "stop": 1412048878
        },
        {
            "start": 1412048918,
            "stop": 1412064044
        },
        {
            "start": 1412069604,
            "stop": 1412077186
        },
        {
            "start": 1412081053,
            "stop": 1412084417
        },
        {
            "start": 1412088365,
            "stop": 1412092623
        }
    ]
}