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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=208",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 209,
    "results": [
        {
            "start": 820212416,
            "stop": 820212422
        },
        {
            "start": 820212425,
            "stop": 820212428
        },
        {
            "start": 820212432,
            "stop": 820212768
        },
        {
            "start": 820212772,
            "stop": 820213018
        },
        {
            "start": 820213021,
            "stop": 820213104
        },
        {
            "start": 820213107,
            "stop": 820213189
        },
        {
            "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": 820214895,
            "stop": 820214975
        }
    ]
}