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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=315",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 316,
    "results": [
        {
            "start": 822598115,
            "stop": 822598875
        },
        {
            "start": 822598879,
            "stop": 822599979
        },
        {
            "start": 822599982,
            "stop": 822600289
        },
        {
            "start": 822600292,
            "stop": 822600735
        },
        {
            "start": 822600738,
            "stop": 822602198
        },
        {
            "start": 822602201,
            "stop": 822602611
        },
        {
            "start": 822602614,
            "stop": 822602666
        },
        {
            "start": 822602669,
            "stop": 822603958
        },
        {
            "start": 822603962,
            "stop": 822604583
        },
        {
            "start": 822604586,
            "stop": 822605148
        },
        {
            "start": 822605448,
            "stop": 822606450
        },
        {
            "start": 822606672,
            "stop": 822608757
        },
        {
            "start": 822608760,
            "stop": 822609052
        },
        {
            "start": 822609056,
            "stop": 822609230
        },
        {
            "start": 822609233,
            "stop": 822609782
        },
        {
            "start": 822609785,
            "stop": 822610139
        },
        {
            "start": 822610439,
            "stop": 822611960
        },
        {
            "start": 822613496,
            "stop": 822614593
        },
        {
            "start": 822614865,
            "stop": 822615208
        },
        {
            "start": 822615225,
            "stop": 822616575
        }
    ]
}