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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=150",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 151,
    "results": [
        {
            "start": 826384559,
            "stop": 826387555
        },
        {
            "start": 826434933,
            "stop": 826439473
        },
        {
            "start": 826439583,
            "stop": 826439713
        },
        {
            "start": 826440013,
            "stop": 826440981
        },
        {
            "start": 826441091,
            "stop": 826442630
        },
        {
            "start": 826442632,
            "stop": 826443260
        },
        {
            "start": 826443560,
            "stop": 826443851
        },
        {
            "start": 826443961,
            "stop": 826444101
        },
        {
            "start": 826444401,
            "stop": 826445411
        },
        {
            "start": 826445521,
            "stop": 826445576
        },
        {
            "start": 826445876,
            "stop": 826455363
        },
        {
            "start": 826455366,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826468290
        },
        {
            "start": 826468460,
            "stop": 826468485
        },
        {
            "start": 826469076,
            "stop": 826469869
        },
        {
            "start": 826473302,
            "stop": 826473422
        },
        {
            "start": 826473426,
            "stop": 826473774
        },
        {
            "start": 826473778,
            "stop": 826473783
        },
        {
            "start": 826473787,
            "stop": 826473883
        },
        {
            "start": 826473885,
            "stop": 826473915
        }
    ]
}