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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 93,
    "results": [
        {
            "start": 1174603981,
            "stop": 1174604114
        },
        {
            "start": 1174604117,
            "stop": 1174604185
        },
        {
            "start": 1174604188,
            "stop": 1174614336
        },
        {
            "start": 1174614340,
            "stop": 1174615995
        },
        {
            "start": 1174615999,
            "stop": 1174617878
        },
        {
            "start": 1174617883,
            "stop": 1174619901
        },
        {
            "start": 1174619905,
            "stop": 1174624183
        },
        {
            "start": 1174624187,
            "stop": 1174626247
        },
        {
            "start": 1174626251,
            "stop": 1174632951
        },
        {
            "start": 1174632955,
            "stop": 1174638430
        },
        {
            "start": 1174638434,
            "stop": 1174646796
        },
        {
            "start": 1174646800,
            "stop": 1174648277
        },
        {
            "start": 1174648281,
            "stop": 1174648419
        },
        {
            "start": 1174655960,
            "stop": 1174656834
        },
        {
            "start": 1174656837,
            "stop": 1174658510
        },
        {
            "start": 1174658570,
            "stop": 1174659000
        },
        {
            "start": 1174659010,
            "stop": 1174659020
        },
        {
            "start": 1174659050,
            "stop": 1174660170
        },
        {
            "start": 1174660230,
            "stop": 1174661810
        },
        {
            "start": 1174661890,
            "stop": 1174665290
        }
    ]
}