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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=358",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 359,
    "results": [
        {
            "start": 1240735315,
            "stop": 1240735367
        },
        {
            "start": 1240735368,
            "stop": 1240735413
        },
        {
            "start": 1240735414,
            "stop": 1240735565
        },
        {
            "start": 1240735566,
            "stop": 1240735568
        },
        {
            "start": 1240735570,
            "stop": 1240735662
        },
        {
            "start": 1240735663,
            "stop": 1240735752
        },
        {
            "start": 1240735753,
            "stop": 1240735764
        },
        {
            "start": 1240735767,
            "stop": 1240736181
        },
        {
            "start": 1240736183,
            "stop": 1240736399
        },
        {
            "start": 1240736400,
            "stop": 1240736612
        },
        {
            "start": 1240736613,
            "stop": 1240736623
        },
        {
            "start": 1240736624,
            "stop": 1240736738
        },
        {
            "start": 1240736739,
            "stop": 1240736844
        },
        {
            "start": 1240736847,
            "stop": 1240736848
        },
        {
            "start": 1240736849,
            "stop": 1240736927
        },
        {
            "start": 1240736929,
            "stop": 1240736942
        },
        {
            "start": 1240736943,
            "stop": 1240737120
        },
        {
            "start": 1240737123,
            "stop": 1240737176
        },
        {
            "start": 1240737178,
            "stop": 1240737211
        },
        {
            "start": 1240737213,
            "stop": 1240737303
        }
    ]
}