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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=43",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 44,
    "results": [
        {
            "start": 820383370,
            "stop": 820396480
        },
        {
            "start": 820396483,
            "stop": 820396562
        },
        {
            "start": 820397257,
            "stop": 820399000
        },
        {
            "start": 820412906,
            "stop": 820415747
        },
        {
            "start": 820416859,
            "stop": 820419634
        },
        {
            "start": 820421417,
            "stop": 820421513
        },
        {
            "start": 820421515,
            "stop": 820421539
        },
        {
            "start": 820421541,
            "stop": 820421580
        },
        {
            "start": 820422695,
            "stop": 820422728
        },
        {
            "start": 820437730,
            "stop": 820438215
        },
        {
            "start": 820443058,
            "stop": 820445795
        },
        {
            "start": 820445797,
            "stop": 820448477
        },
        {
            "start": 820448510,
            "stop": 820448555
        },
        {
            "start": 820448559,
            "stop": 820448570
        },
        {
            "start": 820448572,
            "stop": 820452066
        },
        {
            "start": 820452100,
            "stop": 820455093
        },
        {
            "start": 820457880,
            "stop": 820473601
        },
        {
            "start": 820476003,
            "stop": 820482149
        },
        {
            "start": 820482150,
            "stop": 820485431
        },
        {
            "start": 820485432,
            "stop": 820485435
        }
    ]
}