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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16823",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16824,
    "results": [
        {
            "start": 875209437,
            "stop": 875209462
        },
        {
            "start": 875209465,
            "stop": 875209467
        },
        {
            "start": 875209468,
            "stop": 875209501
        },
        {
            "start": 875209503,
            "stop": 875209600
        },
        {
            "start": 875209601,
            "stop": 875209755
        },
        {
            "start": 875209756,
            "stop": 875209789
        },
        {
            "start": 875209792,
            "stop": 875209800
        },
        {
            "start": 875209860,
            "stop": 875209888
        },
        {
            "start": 875209889,
            "stop": 875210083
        },
        {
            "start": 875210084,
            "stop": 875210159
        },
        {
            "start": 875210163,
            "stop": 875210246
        },
        {
            "start": 875210250,
            "stop": 875210316
        },
        {
            "start": 875210317,
            "stop": 875210424
        },
        {
            "start": 875210425,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875210683
        },
        {
            "start": 875210684,
            "stop": 875210766
        },
        {
            "start": 875210767,
            "stop": 875210860
        },
        {
            "start": 875210862,
            "stop": 875210922
        },
        {
            "start": 875210923,
            "stop": 875211049
        },
        {
            "start": 875211050,
            "stop": 875211245
        }
    ]
}