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=6183
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=6184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6182",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6183,
    "results": [
        {
            "start": 874463132,
            "stop": 874463156
        },
        {
            "start": 874463163,
            "stop": 874463182
        },
        {
            "start": 874463185,
            "stop": 874463230
        },
        {
            "start": 874463233,
            "stop": 874463420
        },
        {
            "start": 874463423,
            "stop": 874463647
        },
        {
            "start": 874463650,
            "stop": 874463796
        },
        {
            "start": 874463800,
            "stop": 874463801
        },
        {
            "start": 874463808,
            "stop": 874463809
        },
        {
            "start": 874463812,
            "stop": 874463826
        },
        {
            "start": 874463831,
            "stop": 874463855
        },
        {
            "start": 874463858,
            "stop": 874463899
        },
        {
            "start": 874463902,
            "stop": 874463904
        },
        {
            "start": 874463914,
            "stop": 874464206
        },
        {
            "start": 874464210,
            "stop": 874464211
        },
        {
            "start": 874464214,
            "stop": 874464688
        },
        {
            "start": 874464691,
            "stop": 874464694
        },
        {
            "start": 874464698,
            "stop": 874464710
        },
        {
            "start": 874464711,
            "stop": 874464967
        },
        {
            "start": 874464972,
            "stop": 874464978
        },
        {
            "start": 874464982,
            "stop": 874465251
        }
    ]
}