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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=195",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 196,
    "results": [
        {
            "start": 820212774,
            "stop": 820213016
        },
        {
            "start": 820213023,
            "stop": 820213102
        },
        {
            "start": 820213109,
            "stop": 820213187
        },
        {
            "start": 820213194,
            "stop": 820213214
        },
        {
            "start": 820213221,
            "stop": 820213308
        },
        {
            "start": 820213316,
            "stop": 820213367
        },
        {
            "start": 820213374,
            "stop": 820213527
        },
        {
            "start": 820213535,
            "stop": 820213578
        },
        {
            "start": 820213585,
            "stop": 820213707
        },
        {
            "start": 820213715,
            "stop": 820213746
        },
        {
            "start": 820213753,
            "stop": 820213900
        },
        {
            "start": 820213907,
            "stop": 820213959
        },
        {
            "start": 820213967,
            "stop": 820213973
        },
        {
            "start": 820213981,
            "stop": 820214051
        },
        {
            "start": 820214059,
            "stop": 820214063
        },
        {
            "start": 820214071,
            "stop": 820214096
        },
        {
            "start": 820215515,
            "stop": 820215522
        },
        {
            "start": 820215736,
            "stop": 820215969
        },
        {
            "start": 820215976,
            "stop": 820216074
        },
        {
            "start": 820216081,
            "stop": 820216136
        }
    ]
}