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=697
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=698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=696",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 697,
    "results": [
        {
            "start": 848638770,
            "stop": 848638829
        },
        {
            "start": 848644144,
            "stop": 848648610
        },
        {
            "start": 848648670,
            "stop": 848648693
        },
        {
            "start": 848650551,
            "stop": 848655580
        },
        {
            "start": 848655615,
            "stop": 848658004
        },
        {
            "start": 848658030,
            "stop": 848661400
        },
        {
            "start": 848661419,
            "stop": 848664591
        },
        {
            "start": 848664629,
            "stop": 848664654
        },
        {
            "start": 848664664,
            "stop": 848664667
        },
        {
            "start": 848664672,
            "stop": 848668121
        },
        {
            "start": 848668122,
            "stop": 848673441
        },
        {
            "start": 848675936,
            "stop": 848684610
        },
        {
            "start": 848685158,
            "stop": 848691390
        },
        {
            "start": 848693368,
            "stop": 848699250
        },
        {
            "start": 848699430,
            "stop": 848699490
        },
        {
            "start": 848699610,
            "stop": 848699790
        },
        {
            "start": 848699850,
            "stop": 848700030
        },
        {
            "start": 848700390,
            "stop": 848701455
        },
        {
            "start": 848703576,
            "stop": 848715016
        },
        {
            "start": 848715030,
            "stop": 848715354
        }
    ]
}