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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5168",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5169,
    "results": [
        {
            "start": 874940953,
            "stop": 874941549
        },
        {
            "start": 874941566,
            "stop": 874941962
        },
        {
            "start": 874941983,
            "stop": 874942555
        },
        {
            "start": 874942574,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874944692
        },
        {
            "start": 874944712,
            "stop": 874944972
        },
        {
            "start": 874944992,
            "stop": 874945095
        },
        {
            "start": 874945114,
            "stop": 874945238
        },
        {
            "start": 874945257,
            "stop": 874945321
        },
        {
            "start": 874945340,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949184
        },
        {
            "start": 874949205,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949714
        },
        {
            "start": 874950603,
            "stop": 874950605
        },
        {
            "start": 874950624,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952245
        },
        {
            "start": 874952264,
            "stop": 874952314
        },
        {
            "start": 874954192,
            "stop": 874957238
        },
        {
            "start": 874957276,
            "stop": 874957852
        },
        {
            "start": 874957871,
            "stop": 874958373
        }
    ]
}