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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 162,
    "results": [
        {
            "start": 1176435243,
            "stop": 1176441012
        },
        {
            "start": 1176441015,
            "stop": 1176441097
        },
        {
            "start": 1176441101,
            "stop": 1176441773
        },
        {
            "start": 1176441774,
            "stop": 1176444579
        },
        {
            "start": 1176444580,
            "stop": 1176444753
        },
        {
            "start": 1176444755,
            "stop": 1176445609
        },
        {
            "start": 1176445610,
            "stop": 1176446310
        },
        {
            "start": 1176446311,
            "stop": 1176446338
        },
        {
            "start": 1176446339,
            "stop": 1176446393
        },
        {
            "start": 1176446396,
            "stop": 1176446405
        },
        {
            "start": 1176446407,
            "stop": 1176446409
        },
        {
            "start": 1176446412,
            "stop": 1176446442
        },
        {
            "start": 1176446448,
            "stop": 1176446463
        },
        {
            "start": 1176446464,
            "stop": 1176446465
        },
        {
            "start": 1176446466,
            "stop": 1176449302
        },
        {
            "start": 1176449605,
            "stop": 1176449781
        },
        {
            "start": 1176449783,
            "stop": 1176457499
        },
        {
            "start": 1176457503,
            "stop": 1176457505
        },
        {
            "start": 1176457506,
            "stop": 1176458476
        },
        {
            "start": 1176458477,
            "stop": 1176458520
        }
    ]
}