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_CBCHIGH_CAT2/segments?format=api&page=842
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=843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=841",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 842,
    "results": [
        {
            "start": 872016185,
            "stop": 872016318
        },
        {
            "start": 872016321,
            "stop": 872016477
        },
        {
            "start": 872016961,
            "stop": 872018292
        },
        {
            "start": 872019292,
            "stop": 872030837
        },
        {
            "start": 872032216,
            "stop": 872049094
        },
        {
            "start": 872050844,
            "stop": 872092910
        },
        {
            "start": 872094442,
            "stop": 872103987
        },
        {
            "start": 872105657,
            "stop": 872129130
        },
        {
            "start": 872129190,
            "stop": 872129378
        },
        {
            "start": 872129380,
            "stop": 872129571
        },
        {
            "start": 872131098,
            "stop": 872142125
        },
        {
            "start": 872143950,
            "stop": 872167774
        },
        {
            "start": 872168993,
            "stop": 872183074
        },
        {
            "start": 872183772,
            "stop": 872201827
        },
        {
            "start": 872203081,
            "stop": 872215470
        },
        {
            "start": 872215530,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872229030
        },
        {
            "start": 872229090,
            "stop": 872242369
        },
        {
            "start": 872242907,
            "stop": 872281668
        },
        {
            "start": 872281669,
            "stop": 872299570
        }
    ]
}