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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2155",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2156,
    "results": [
        {
            "start": 869283843,
            "stop": 869283898
        },
        {
            "start": 869284246,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869310222
        },
        {
            "start": 869310228,
            "stop": 869318575
        },
        {
            "start": 869318580,
            "stop": 869318595
        },
        {
            "start": 869318600,
            "stop": 869318637
        },
        {
            "start": 869318643,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869354326
        },
        {
            "start": 869354328,
            "stop": 869363010
        },
        {
            "start": 869363015,
            "stop": 869367570
        },
        {
            "start": 869367726,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869388977
        },
        {
            "start": 869388979,
            "stop": 869406987
        },
        {
            "start": 869406990,
            "stop": 869413539
        },
        {
            "start": 869439893,
            "stop": 869441214
        },
        {
            "start": 869441217,
            "stop": 869441313
        },
        {
            "start": 869441316,
            "stop": 869442344
        },
        {
            "start": 869442349,
            "stop": 869442354
        }
    ]
}