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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 150,
    "results": [
        {
            "start": 1176036543,
            "stop": 1176043258
        },
        {
            "start": 1176043264,
            "stop": 1176043300
        },
        {
            "start": 1176043302,
            "stop": 1176043303
        },
        {
            "start": 1176043307,
            "stop": 1176043308
        },
        {
            "start": 1176043309,
            "stop": 1176043310
        },
        {
            "start": 1176043311,
            "stop": 1176044701
        },
        {
            "start": 1176044703,
            "stop": 1176048049
        },
        {
            "start": 1176070112,
            "stop": 1176079845
        },
        {
            "start": 1176079848,
            "stop": 1176079971
        },
        {
            "start": 1176079978,
            "stop": 1176080053
        },
        {
            "start": 1176080057,
            "stop": 1176099517
        },
        {
            "start": 1176099520,
            "stop": 1176108586
        },
        {
            "start": 1176108587,
            "stop": 1176108594
        },
        {
            "start": 1176108596,
            "stop": 1176108828
        },
        {
            "start": 1176108829,
            "stop": 1176111287
        },
        {
            "start": 1176111288,
            "stop": 1176111591
        },
        {
            "start": 1176111594,
            "stop": 1176111596
        },
        {
            "start": 1176111597,
            "stop": 1176111600
        },
        {
            "start": 1176111602,
            "stop": 1176111825
        },
        {
            "start": 1176111827,
            "stop": 1176111830
        }
    ]
}