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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6067",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6068,
    "results": [
        {
            "start": 873860011,
            "stop": 873860654
        },
        {
            "start": 873860657,
            "stop": 873860869
        },
        {
            "start": 873860873,
            "stop": 873860896
        },
        {
            "start": 873860899,
            "stop": 873861537
        },
        {
            "start": 873861540,
            "stop": 873861542
        },
        {
            "start": 873861545,
            "stop": 873861676
        },
        {
            "start": 873864279,
            "stop": 873864400
        },
        {
            "start": 873864404,
            "stop": 873864484
        },
        {
            "start": 873864487,
            "stop": 873864557
        },
        {
            "start": 873864561,
            "stop": 873864715
        },
        {
            "start": 873864718,
            "stop": 873864780
        },
        {
            "start": 873864783,
            "stop": 873864884
        },
        {
            "start": 873864887,
            "stop": 873865038
        },
        {
            "start": 873865041,
            "stop": 873865055
        },
        {
            "start": 873865060,
            "stop": 873865064
        },
        {
            "start": 873865069,
            "stop": 873865082
        },
        {
            "start": 873865086,
            "stop": 873865087
        },
        {
            "start": 873865092,
            "stop": 873865100
        },
        {
            "start": 873865103,
            "stop": 873865118
        },
        {
            "start": 873865121,
            "stop": 873865125
        }
    ]
}