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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=181",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 182,
    "results": [
        {
            "start": 826938219,
            "stop": 826938284
        },
        {
            "start": 826938287,
            "stop": 826938288
        },
        {
            "start": 826938299,
            "stop": 826938302
        },
        {
            "start": 826938309,
            "stop": 826938312
        },
        {
            "start": 826938315,
            "stop": 826938325
        },
        {
            "start": 826938331,
            "stop": 826938347
        },
        {
            "start": 826938350,
            "stop": 826938464
        },
        {
            "start": 826938466,
            "stop": 826938518
        },
        {
            "start": 826938520,
            "stop": 826938544
        },
        {
            "start": 826938549,
            "stop": 826938551
        },
        {
            "start": 826938557,
            "stop": 826938587
        },
        {
            "start": 826938592,
            "stop": 826938613
        },
        {
            "start": 826938616,
            "stop": 826938619
        },
        {
            "start": 826938622,
            "stop": 826938660
        },
        {
            "start": 826938666,
            "stop": 826938688
        },
        {
            "start": 826938696,
            "stop": 826938757
        },
        {
            "start": 826938761,
            "stop": 826938943
        },
        {
            "start": 826938950,
            "stop": 826938965
        },
        {
            "start": 826938970,
            "stop": 826938989
        },
        {
            "start": 826938993,
            "stop": 826938996
        }
    ]
}