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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=772",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 773,
    "results": [
        {
            "start": 862714958,
            "stop": 862716150
        },
        {
            "start": 862716210,
            "stop": 862716224
        },
        {
            "start": 862717081,
            "stop": 862732316
        },
        {
            "start": 862734908,
            "stop": 862768791
        },
        {
            "start": 862769604,
            "stop": 862770000
        },
        {
            "start": 862770065,
            "stop": 862770085
        },
        {
            "start": 862770102,
            "stop": 862770103
        },
        {
            "start": 862770106,
            "stop": 862773020
        },
        {
            "start": 862773023,
            "stop": 862773025
        },
        {
            "start": 862773028,
            "stop": 862773030
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813910
        },
        {
            "start": 862815287,
            "stop": 862855423
        },
        {
            "start": 862858185,
            "stop": 862858298
        },
        {
            "start": 862859535,
            "stop": 862870007
        },
        {
            "start": 862873513,
            "stop": 862880078
        },
        {
            "start": 862881023,
            "stop": 862895140
        },
        {
            "start": 862895142,
            "stop": 862896930
        },
        {
            "start": 862896990,
            "stop": 862897001
        },
        {
            "start": 862897540,
            "stop": 862942187
        }
    ]
}