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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=179",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 180,
    "results": [
        {
            "start": 826935289,
            "stop": 826935321
        },
        {
            "start": 826935324,
            "stop": 826935349
        },
        {
            "start": 826935356,
            "stop": 826935359
        },
        {
            "start": 826935361,
            "stop": 826935558
        },
        {
            "start": 826935562,
            "stop": 826935564
        },
        {
            "start": 826935567,
            "stop": 826935571
        },
        {
            "start": 826935573,
            "stop": 826935576
        },
        {
            "start": 826935578,
            "stop": 826935587
        },
        {
            "start": 826935590,
            "stop": 826936141
        },
        {
            "start": 826936150,
            "stop": 826936920
        },
        {
            "start": 826936923,
            "stop": 826936924
        },
        {
            "start": 826936939,
            "stop": 826936945
        },
        {
            "start": 826936948,
            "stop": 826937305
        },
        {
            "start": 826937307,
            "stop": 826937308
        },
        {
            "start": 826937313,
            "stop": 826937322
        },
        {
            "start": 826937330,
            "stop": 826937331
        },
        {
            "start": 826937334,
            "stop": 826937386
        },
        {
            "start": 826937389,
            "stop": 826937395
        },
        {
            "start": 826937397,
            "stop": 826937779
        },
        {
            "start": 826937781,
            "stop": 826937792
        }
    ]
}