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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14929",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14927",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14928,
    "results": [
        {
            "start": 971558145,
            "stop": 971558173
        },
        {
            "start": 971558174,
            "stop": 971558365
        },
        {
            "start": 971558366,
            "stop": 971558405
        },
        {
            "start": 971558408,
            "stop": 971558420
        },
        {
            "start": 971558423,
            "stop": 971558463
        },
        {
            "start": 971558466,
            "stop": 971558519
        },
        {
            "start": 971558520,
            "stop": 971558579
        },
        {
            "start": 971558580,
            "stop": 971558592
        },
        {
            "start": 971558595,
            "stop": 971558600
        },
        {
            "start": 971558602,
            "stop": 971558645
        },
        {
            "start": 971558646,
            "stop": 971558652
        },
        {
            "start": 971558653,
            "stop": 971558672
        },
        {
            "start": 971558673,
            "stop": 971558685
        },
        {
            "start": 971558689,
            "stop": 971558691
        },
        {
            "start": 971558694,
            "stop": 971558707
        },
        {
            "start": 971558709,
            "stop": 971558752
        },
        {
            "start": 971558754,
            "stop": 971558807
        },
        {
            "start": 971558808,
            "stop": 971558809
        },
        {
            "start": 971558810,
            "stop": 971558816
        },
        {
            "start": 971558817,
            "stop": 971558852
        }
    ]
}