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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 56,
    "results": [
        {
            "start": 1404252346,
            "stop": 1404263213
        },
        {
            "start": 1404304565,
            "stop": 1404310106
        },
        {
            "start": 1404310111,
            "stop": 1404320871
        },
        {
            "start": 1404331907,
            "stop": 1404334892
        },
        {
            "start": 1404337304,
            "stop": 1404338302
        },
        {
            "start": 1404338309,
            "stop": 1404346166
        },
        {
            "start": 1404354750,
            "stop": 1404360712
        },
        {
            "start": 1404360717,
            "stop": 1404369746
        },
        {
            "start": 1404375888,
            "stop": 1404379594
        },
        {
            "start": 1404379601,
            "stop": 1404385415
        },
        {
            "start": 1404385422,
            "stop": 1404385438
        },
        {
            "start": 1404385445,
            "stop": 1404390295
        },
        {
            "start": 1404399530,
            "stop": 1404405436
        },
        {
            "start": 1404405442,
            "stop": 1404416079
        },
        {
            "start": 1404425343,
            "stop": 1404429362
        },
        {
            "start": 1404429366,
            "stop": 1404436259
        },
        {
            "start": 1404436263,
            "stop": 1404440023
        },
        {
            "start": 1404440029,
            "stop": 1404445308
        },
        {
            "start": 1404451709,
            "stop": 1404453217
        },
        {
            "start": 1404453222,
            "stop": 1404456338
        }
    ]
}