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=435
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=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=434",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 435,
    "results": [
        {
            "start": 857045105,
            "stop": 857048023
        },
        {
            "start": 857048744,
            "stop": 857064297
        },
        {
            "start": 857064505,
            "stop": 857066735
        },
        {
            "start": 857066737,
            "stop": 857066794
        },
        {
            "start": 857066796,
            "stop": 857066891
        },
        {
            "start": 857072681,
            "stop": 857073263
        },
        {
            "start": 857073357,
            "stop": 857073363
        },
        {
            "start": 857073428,
            "stop": 857073722
        },
        {
            "start": 857077722,
            "stop": 857078034
        },
        {
            "start": 857081970,
            "stop": 857082012
        },
        {
            "start": 857082014,
            "stop": 857082768
        },
        {
            "start": 857082769,
            "stop": 857083048
        },
        {
            "start": 857083242,
            "stop": 857084639
        },
        {
            "start": 857084814,
            "stop": 857086238
        },
        {
            "start": 857087732,
            "stop": 857094073
        },
        {
            "start": 857094653,
            "stop": 857098863
        },
        {
            "start": 857098865,
            "stop": 857113950
        },
        {
            "start": 857114468,
            "stop": 857125258
        },
        {
            "start": 857125260,
            "stop": 857136254
        },
        {
            "start": 857136921,
            "stop": 857157024
        }
    ]
}