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=3726
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=3727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3725",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3726,
    "results": [
        {
            "start": 873481260,
            "stop": 873481677
        },
        {
            "start": 873481694,
            "stop": 873481979
        },
        {
            "start": 873484056,
            "stop": 873485004
        },
        {
            "start": 873485031,
            "stop": 873485032
        },
        {
            "start": 873485160,
            "stop": 873485168
        },
        {
            "start": 873485185,
            "stop": 873487049
        },
        {
            "start": 873487066,
            "stop": 873487440
        },
        {
            "start": 873487560,
            "stop": 873488105
        },
        {
            "start": 873488122,
            "stop": 873489201
        },
        {
            "start": 873489220,
            "stop": 873489420
        },
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873489894,
            "stop": 873490500
        },
        {
            "start": 873490845,
            "stop": 873491386
        },
        {
            "start": 873491403,
            "stop": 873491640
        },
        {
            "start": 873491700,
            "stop": 873492054
        },
        {
            "start": 873492354,
            "stop": 873492360
        },
        {
            "start": 873492420,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873493680
        },
        {
            "start": 873493800,
            "stop": 873494001
        },
        {
            "start": 873494018,
            "stop": 873494504
        }
    ]
}