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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=235",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 236,
    "results": [
        {
            "start": 820213192,
            "stop": 820213216
        },
        {
            "start": 820213219,
            "stop": 820213310
        },
        {
            "start": 820213314,
            "stop": 820213369
        },
        {
            "start": 820213372,
            "stop": 820213529
        },
        {
            "start": 820213533,
            "stop": 820213580
        },
        {
            "start": 820213583,
            "stop": 820213709
        },
        {
            "start": 820213713,
            "stop": 820213748
        },
        {
            "start": 820213751,
            "stop": 820213902
        },
        {
            "start": 820213905,
            "stop": 820213961
        },
        {
            "start": 820213965,
            "stop": 820213975
        },
        {
            "start": 820213979,
            "stop": 820214053
        },
        {
            "start": 820214057,
            "stop": 820214065
        },
        {
            "start": 820214069,
            "stop": 820214070
        },
        {
            "start": 820215837,
            "stop": 820215971
        },
        {
            "start": 820215974,
            "stop": 820216076
        },
        {
            "start": 820216079,
            "stop": 820216138
        },
        {
            "start": 820216141,
            "stop": 820216168
        },
        {
            "start": 820216171,
            "stop": 820216219
        },
        {
            "start": 820216222,
            "stop": 820216247
        },
        {
            "start": 820216251,
            "stop": 820216282
        }
    ]
}