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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2417",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2418,
    "results": [
        {
            "start": 873484056,
            "stop": 873485004
        },
        {
            "start": 873485185,
            "stop": 873487430
        },
        {
            "start": 873487570,
            "stop": 873489201
        },
        {
            "start": 873489237,
            "stop": 873489360
        },
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873489894,
            "stop": 873490490
        },
        {
            "start": 873490845,
            "stop": 873491630
        },
        {
            "start": 873491710,
            "stop": 873492054
        },
        {
            "start": 873492430,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873493670
        },
        {
            "start": 873493810,
            "stop": 873494924
        },
        {
            "start": 873495105,
            "stop": 873495644
        },
        {
            "start": 873495683,
            "stop": 873495710
        },
        {
            "start": 873495790,
            "stop": 873496797
        },
        {
            "start": 873496930,
            "stop": 873497570
        },
        {
            "start": 873497650,
            "stop": 873502169
        },
        {
            "start": 873502270,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873505566
        },
        {
            "start": 873505583,
            "stop": 873506569
        },
        {
            "start": 873506586,
            "stop": 873507159
        }
    ]
}