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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=53",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 54,
    "results": [
        {
            "start": 817629376,
            "stop": 817629385
        },
        {
            "start": 817629389,
            "stop": 817629399
        },
        {
            "start": 817629403,
            "stop": 817629544
        },
        {
            "start": 817629554,
            "stop": 817629555
        },
        {
            "start": 817629558,
            "stop": 817629559
        },
        {
            "start": 817629562,
            "stop": 817629565
        },
        {
            "start": 817629568,
            "stop": 817631903
        },
        {
            "start": 817631909,
            "stop": 817632823
        },
        {
            "start": 817632826,
            "stop": 817632844
        },
        {
            "start": 817632847,
            "stop": 817632853
        },
        {
            "start": 817632859,
            "stop": 817632866
        },
        {
            "start": 817632869,
            "stop": 817632871
        },
        {
            "start": 817632877,
            "stop": 817632881
        },
        {
            "start": 817634454,
            "stop": 817635068
        },
        {
            "start": 817635730,
            "stop": 817638035
        },
        {
            "start": 817638038,
            "stop": 817638053
        },
        {
            "start": 817638061,
            "stop": 817638173
        },
        {
            "start": 817638179,
            "stop": 817638188
        },
        {
            "start": 817638191,
            "stop": 817638193
        },
        {
            "start": 817638857,
            "stop": 817647881
        }
    ]
}