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=857
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=858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=856",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 857,
    "results": [
        {
            "start": 873484195,
            "stop": 873484202
        },
        {
            "start": 873484206,
            "stop": 873484215
        },
        {
            "start": 873484219,
            "stop": 873484239
        },
        {
            "start": 873484243,
            "stop": 873484251
        },
        {
            "start": 873484255,
            "stop": 873484262
        },
        {
            "start": 873484267,
            "stop": 873484274
        },
        {
            "start": 873484278,
            "stop": 873484291
        },
        {
            "start": 873484295,
            "stop": 873484317
        },
        {
            "start": 873484321,
            "stop": 873484332
        },
        {
            "start": 873484336,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489654
        },
        {
            "start": 873493535,
            "stop": 873499517
        },
        {
            "start": 873499521,
            "stop": 873499528
        },
        {
            "start": 873499534,
            "stop": 873499538
        },
        {
            "start": 873499542,
            "stop": 873499549
        },
        {
            "start": 873499553,
            "stop": 873499559
        },
        {
            "start": 873499564,
            "stop": 873499570
        },
        {
            "start": 873499574,
            "stop": 873499581
        },
        {
            "start": 873499585,
            "stop": 873499593
        },
        {
            "start": 873499597,
            "stop": 873499604
        }
    ]
}