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=499
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=500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=498",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 499,
    "results": [
        {
            "start": 826877529,
            "stop": 826883412
        },
        {
            "start": 826883429,
            "stop": 826892329
        },
        {
            "start": 826892348,
            "stop": 826892435
        },
        {
            "start": 826892463,
            "stop": 826892568
        },
        {
            "start": 826892606,
            "stop": 826892790
        },
        {
            "start": 826892818,
            "stop": 826892825
        },
        {
            "start": 826892861,
            "stop": 826894945
        },
        {
            "start": 826895027,
            "stop": 826895043
        },
        {
            "start": 826895085,
            "stop": 826895122
        },
        {
            "start": 826895145,
            "stop": 826895438
        },
        {
            "start": 826895457,
            "stop": 826896365
        },
        {
            "start": 826896384,
            "stop": 826896400
        },
        {
            "start": 826896419,
            "stop": 826896594
        },
        {
            "start": 826896613,
            "stop": 826896817
        },
        {
            "start": 826896840,
            "stop": 826897055
        },
        {
            "start": 826897074,
            "stop": 826897104
        },
        {
            "start": 826897123,
            "stop": 826897297
        },
        {
            "start": 826897317,
            "stop": 826897401
        },
        {
            "start": 826897420,
            "stop": 826897424
        },
        {
            "start": 826897443,
            "stop": 826897488
        }
    ]
}