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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=424",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 425,
    "results": [
        {
            "start": 941897154,
            "stop": 941897366
        },
        {
            "start": 941897370,
            "stop": 941897376
        },
        {
            "start": 941897378,
            "stop": 941897381
        },
        {
            "start": 941897383,
            "stop": 941897416
        },
        {
            "start": 941897418,
            "stop": 941898422
        },
        {
            "start": 941898424,
            "stop": 941898432
        },
        {
            "start": 941898434,
            "stop": 941898452
        },
        {
            "start": 941898456,
            "stop": 941898462
        },
        {
            "start": 941898463,
            "stop": 941898938
        },
        {
            "start": 941898939,
            "stop": 941898994
        },
        {
            "start": 941898996,
            "stop": 941899031
        },
        {
            "start": 941900441,
            "stop": 941904266
        },
        {
            "start": 941938842,
            "stop": 941950774
        },
        {
            "start": 941950778,
            "stop": 941950814
        },
        {
            "start": 941950817,
            "stop": 941950865
        },
        {
            "start": 941950867,
            "stop": 941951160
        },
        {
            "start": 941951162,
            "stop": 941951217
        },
        {
            "start": 941951219,
            "stop": 941955125
        },
        {
            "start": 941955127,
            "stop": 941956590
        },
        {
            "start": 941956591,
            "stop": 941956683
        }
    ]
}