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=5967
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=5968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5966",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5967,
    "results": [
        {
            "start": 873255093,
            "stop": 873255215
        },
        {
            "start": 873255221,
            "stop": 873255230
        },
        {
            "start": 873255233,
            "stop": 873255252
        },
        {
            "start": 873255255,
            "stop": 873255342
        },
        {
            "start": 873255345,
            "stop": 873255346
        },
        {
            "start": 873255350,
            "stop": 873255362
        },
        {
            "start": 873255365,
            "stop": 873255460
        },
        {
            "start": 873255461,
            "stop": 873255691
        },
        {
            "start": 873255694,
            "stop": 873256046
        },
        {
            "start": 873256049,
            "stop": 873256131
        },
        {
            "start": 873256132,
            "stop": 873256904
        },
        {
            "start": 873256907,
            "stop": 873256908
        },
        {
            "start": 873256911,
            "stop": 873256916
        },
        {
            "start": 873256919,
            "stop": 873257109
        },
        {
            "start": 873257112,
            "stop": 873257342
        },
        {
            "start": 873257345,
            "stop": 873257346
        },
        {
            "start": 873257352,
            "stop": 873257361
        },
        {
            "start": 873257364,
            "stop": 873257405
        },
        {
            "start": 873257408,
            "stop": 873257458
        },
        {
            "start": 873257461,
            "stop": 873257552
        }
    ]
}