Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=552
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=551",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 552,
    "results": [
        {
            "start": 832454156,
            "stop": 832454605
        },
        {
            "start": 832457521,
            "stop": 832458537
        },
        {
            "start": 832459362,
            "stop": 832459813
        },
        {
            "start": 832459818,
            "stop": 832460269
        },
        {
            "start": 832460275,
            "stop": 832461365
        },
        {
            "start": 832461370,
            "stop": 832462004
        },
        {
            "start": 832463201,
            "stop": 832465144
        },
        {
            "start": 832466589,
            "stop": 832472670
        },
        {
            "start": 832473303,
            "stop": 832479856
        },
        {
            "start": 832481394,
            "stop": 832493927
        },
        {
            "start": 832494520,
            "stop": 832502133
        },
        {
            "start": 832502138,
            "stop": 832504108
        },
        {
            "start": 832510782,
            "stop": 832515708
        },
        {
            "start": 832515713,
            "stop": 832520446
        },
        {
            "start": 832525136,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832542562
        },
        {
            "start": 832543352,
            "stop": 832553358
        },
        {
            "start": 832554169,
            "stop": 832555488
        },
        {
            "start": 832559438,
            "stop": 832601927
        },
        {
            "start": 832604214,
            "stop": 832606178
        }
    ]
}