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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=4",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 5,
    "results": [
        {
            "start": 816563711,
            "stop": 816567554
        },
        {
            "start": 816568930,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816578660
        },
        {
            "start": 816579423,
            "stop": 816581370
        },
        {
            "start": 816582145,
            "stop": 816593729
        },
        {
            "start": 816600198,
            "stop": 816607952
        },
        {
            "start": 816613462,
            "stop": 816615338
        },
        {
            "start": 816617073,
            "stop": 816618513
        },
        {
            "start": 816619011,
            "stop": 816619425
        },
        {
            "start": 816619533,
            "stop": 816619577
        },
        {
            "start": 816651331,
            "stop": 816651508
        },
        {
            "start": 816651510,
            "stop": 816651599
        },
        {
            "start": 816651601,
            "stop": 816651947
        },
        {
            "start": 816651949,
            "stop": 816651964
        },
        {
            "start": 816651966,
            "stop": 816653003
        },
        {
            "start": 816653005,
            "stop": 816654979
        },
        {
            "start": 816656274,
            "stop": 816662905
        },
        {
            "start": 816663559,
            "stop": 816664206
        },
        {
            "start": 816664208,
            "stop": 816665669
        }
    ]
}