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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14446",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14444",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14445,
    "results": [
        {
            "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
        },
        {
            "start": 971558855,
            "stop": 971558888
        },
        {
            "start": 971558891,
            "stop": 971558904
        },
        {
            "start": 971558905,
            "stop": 971558979
        }
    ]
}