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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7189",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7190,
    "results": [
        {
            "start": 874561515,
            "stop": 874561739
        },
        {
            "start": 874561740,
            "stop": 874562123
        },
        {
            "start": 874562124,
            "stop": 874562327
        },
        {
            "start": 874562328,
            "stop": 874562514
        },
        {
            "start": 874562515,
            "stop": 874562638
        },
        {
            "start": 874562639,
            "stop": 874562758
        },
        {
            "start": 874562759,
            "stop": 874563077
        },
        {
            "start": 874563078,
            "stop": 874563230
        },
        {
            "start": 874563231,
            "stop": 874563445
        },
        {
            "start": 874563446,
            "stop": 874563722
        },
        {
            "start": 874563723,
            "stop": 874563940
        },
        {
            "start": 874563941,
            "stop": 874564115
        },
        {
            "start": 874564116,
            "stop": 874564172
        },
        {
            "start": 874564173,
            "stop": 874564250
        },
        {
            "start": 874564251,
            "stop": 874564486
        },
        {
            "start": 874564487,
            "stop": 874565080
        },
        {
            "start": 874565081,
            "stop": 874565295
        },
        {
            "start": 874565296,
            "stop": 874565298
        },
        {
            "start": 874565299,
            "stop": 874565388
        },
        {
            "start": 874565389,
            "stop": 874565393
        }
    ]
}