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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=477",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 478,
    "results": [
        {
            "start": 1184159242,
            "stop": 1184160625
        },
        {
            "start": 1184160629,
            "stop": 1184161272
        },
        {
            "start": 1184161274,
            "stop": 1184170774
        },
        {
            "start": 1184170778,
            "stop": 1184175752
        },
        {
            "start": 1184175755,
            "stop": 1184175861
        },
        {
            "start": 1184175865,
            "stop": 1184177346
        },
        {
            "start": 1184177348,
            "stop": 1184179476
        },
        {
            "start": 1184179480,
            "stop": 1184180792
        },
        {
            "start": 1184180796,
            "stop": 1184181243
        },
        {
            "start": 1184181245,
            "stop": 1184181416
        },
        {
            "start": 1184181419,
            "stop": 1184181510
        },
        {
            "start": 1184181513,
            "stop": 1184181733
        },
        {
            "start": 1184181735,
            "stop": 1184187459
        },
        {
            "start": 1184187461,
            "stop": 1184188482
        },
        {
            "start": 1184188484,
            "stop": 1184189307
        },
        {
            "start": 1184189310,
            "stop": 1184189787
        },
        {
            "start": 1184189791,
            "stop": 1184192369
        },
        {
            "start": 1184192372,
            "stop": 1184195763
        },
        {
            "start": 1184195767,
            "stop": 1184195912
        },
        {
            "start": 1184195914,
            "stop": 1184195917
        }
    ]
}