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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3721",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3722,
    "results": [
        {
            "start": 873388785,
            "stop": 873389607
        },
        {
            "start": 873389624,
            "stop": 873390137
        },
        {
            "start": 873390154,
            "stop": 873390246
        },
        {
            "start": 873390263,
            "stop": 873392478
        },
        {
            "start": 873392495,
            "stop": 873393000
        },
        {
            "start": 873393017,
            "stop": 873393977
        },
        {
            "start": 873393998,
            "stop": 873396904
        },
        {
            "start": 873396921,
            "stop": 873397115
        },
        {
            "start": 873397123,
            "stop": 873397590
        },
        {
            "start": 873397607,
            "stop": 873398360
        },
        {
            "start": 873398377,
            "stop": 873399121
        },
        {
            "start": 873399138,
            "stop": 873401616
        },
        {
            "start": 873401633,
            "stop": 873406960
        },
        {
            "start": 873406977,
            "stop": 873408395
        },
        {
            "start": 873408428,
            "stop": 873408637
        },
        {
            "start": 873408654,
            "stop": 873410959
        },
        {
            "start": 873410977,
            "stop": 873411733
        },
        {
            "start": 873411737,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873414099,
            "stop": 873414319
        }
    ]
}