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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7520",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7518",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7519,
    "results": [
        {
            "start": 970401185,
            "stop": 970401209
        },
        {
            "start": 970401213,
            "stop": 970401215
        },
        {
            "start": 970401218,
            "stop": 970401223
        },
        {
            "start": 970401226,
            "stop": 970401265
        },
        {
            "start": 970401270,
            "stop": 970401280
        },
        {
            "start": 970401283,
            "stop": 970401286
        },
        {
            "start": 970401290,
            "stop": 970401295
        },
        {
            "start": 970401298,
            "stop": 970401338
        },
        {
            "start": 970401341,
            "stop": 970401348
        },
        {
            "start": 970401354,
            "stop": 970401366
        },
        {
            "start": 970401369,
            "stop": 970401371
        },
        {
            "start": 970401374,
            "stop": 970401394
        },
        {
            "start": 970401398,
            "stop": 970401415
        },
        {
            "start": 970401418,
            "stop": 970401517
        },
        {
            "start": 970401520,
            "stop": 970401525
        },
        {
            "start": 970401528,
            "stop": 970401544
        },
        {
            "start": 970401547,
            "stop": 970401609
        },
        {
            "start": 970401615,
            "stop": 970401639
        },
        {
            "start": 970401642,
            "stop": 970401643
        },
        {
            "start": 970401646,
            "stop": 970401652
        }
    ]
}