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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=239",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 240,
    "results": [
        {
            "start": 821088603,
            "stop": 821088609
        },
        {
            "start": 821089987,
            "stop": 821092093
        },
        {
            "start": 821092096,
            "stop": 821095379
        },
        {
            "start": 821095382,
            "stop": 821098566
        },
        {
            "start": 821099980,
            "stop": 821100274
        },
        {
            "start": 821101761,
            "stop": 821104019
        },
        {
            "start": 821104129,
            "stop": 821104491
        },
        {
            "start": 821104922,
            "stop": 821107515
        },
        {
            "start": 821107625,
            "stop": 821108473
        },
        {
            "start": 821108773,
            "stop": 821113001
        },
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124594,
            "stop": 821124772
        },
        {
            "start": 821127688,
            "stop": 821127757
        },
        {
            "start": 821127867,
            "stop": 821128333
        },
        {
            "start": 821128548,
            "stop": 821129035
        },
        {
            "start": 821129436,
            "stop": 821130474
        },
        {
            "start": 821130540,
            "stop": 821130771
        },
        {
            "start": 821131676,
            "stop": 821132550
        },
        {
            "start": 821132880,
            "stop": 821133441
        },
        {
            "start": 821134929,
            "stop": 821136360
        }
    ]
}