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=641
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=642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=640",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 641,
    "results": [
        {
            "start": 851979676,
            "stop": 851982152
        },
        {
            "start": 851982472,
            "stop": 851983052
        },
        {
            "start": 851983452,
            "stop": 852019005
        },
        {
            "start": 852020966,
            "stop": 852021228
        },
        {
            "start": 852022346,
            "stop": 852022441
        },
        {
            "start": 852022476,
            "stop": 852025693
        },
        {
            "start": 852026505,
            "stop": 852047649
        },
        {
            "start": 852048109,
            "stop": 852051476
        },
        {
            "start": 852054527,
            "stop": 852054601
        },
        {
            "start": 852055163,
            "stop": 852056328
        },
        {
            "start": 852056346,
            "stop": 852057235
        },
        {
            "start": 852057252,
            "stop": 852057298
        },
        {
            "start": 852057315,
            "stop": 852062237
        },
        {
            "start": 852062256,
            "stop": 852062880
        },
        {
            "start": 852062898,
            "stop": 852063870
        },
        {
            "start": 852063930,
            "stop": 852064410
        },
        {
            "start": 852064470,
            "stop": 852064714
        },
        {
            "start": 852064732,
            "stop": 852065277
        },
        {
            "start": 852147338,
            "stop": 852147401
        },
        {
            "start": 852154477,
            "stop": 852156158
        }
    ]
}