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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=244",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 245,
    "results": [
        {
            "start": 1176994511,
            "stop": 1176994769
        },
        {
            "start": 1176994770,
            "stop": 1176994782
        },
        {
            "start": 1176994783,
            "stop": 1176995355
        },
        {
            "start": 1176995357,
            "stop": 1176996033
        },
        {
            "start": 1176996035,
            "stop": 1176996059
        },
        {
            "start": 1176996064,
            "stop": 1176996072
        },
        {
            "start": 1176996074,
            "stop": 1176996075
        },
        {
            "start": 1176996079,
            "stop": 1176996130
        },
        {
            "start": 1176996132,
            "stop": 1176996230
        },
        {
            "start": 1176996232,
            "stop": 1177005917
        },
        {
            "start": 1177005918,
            "stop": 1177006622
        },
        {
            "start": 1177006625,
            "stop": 1177007794
        },
        {
            "start": 1177007795,
            "stop": 1177007880
        },
        {
            "start": 1177007884,
            "stop": 1177007892
        },
        {
            "start": 1177007894,
            "stop": 1177008066
        },
        {
            "start": 1177008074,
            "stop": 1177008803
        },
        {
            "start": 1177008804,
            "stop": 1177011018
        },
        {
            "start": 1177011019,
            "stop": 1177011096
        },
        {
            "start": 1177011097,
            "stop": 1177011100
        },
        {
            "start": 1177011101,
            "stop": 1177011104
        }
    ]
}