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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=178",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 179,
    "results": [
        {
            "start": 826934389,
            "stop": 826934407
        },
        {
            "start": 826934409,
            "stop": 826934587
        },
        {
            "start": 826934590,
            "stop": 826934612
        },
        {
            "start": 826934616,
            "stop": 826934617
        },
        {
            "start": 826934628,
            "stop": 826934645
        },
        {
            "start": 826934651,
            "stop": 826934654
        },
        {
            "start": 826934657,
            "stop": 826934659
        },
        {
            "start": 826934665,
            "stop": 826934669
        },
        {
            "start": 826934674,
            "stop": 826934843
        },
        {
            "start": 826934845,
            "stop": 826934900
        },
        {
            "start": 826934910,
            "stop": 826934923
        },
        {
            "start": 826934925,
            "stop": 826934929
        },
        {
            "start": 826934932,
            "stop": 826934965
        },
        {
            "start": 826934967,
            "stop": 826934969
        },
        {
            "start": 826934975,
            "stop": 826934982
        },
        {
            "start": 826934985,
            "stop": 826934986
        },
        {
            "start": 826934989,
            "stop": 826934993
        },
        {
            "start": 826934997,
            "stop": 826935001
        },
        {
            "start": 826935004,
            "stop": 826935081
        },
        {
            "start": 826935084,
            "stop": 826935285
        }
    ]
}