Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=216
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=215",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 216,
    "results": [
        {
            "start": 1262093420,
            "stop": 1262096670
        },
        {
            "start": 1262096674,
            "stop": 1262098241
        },
        {
            "start": 1262098245,
            "stop": 1262098837
        },
        {
            "start": 1262098842,
            "stop": 1262099078
        },
        {
            "start": 1262099082,
            "stop": 1262099537
        },
        {
            "start": 1262099541,
            "stop": 1262099546
        },
        {
            "start": 1262099549,
            "stop": 1262100749
        },
        {
            "start": 1262100753,
            "stop": 1262100762
        },
        {
            "start": 1262100765,
            "stop": 1262101026
        },
        {
            "start": 1262101030,
            "stop": 1262101747
        },
        {
            "start": 1262101748,
            "stop": 1262101927
        },
        {
            "start": 1262101932,
            "stop": 1262102491
        },
        {
            "start": 1262102493,
            "stop": 1262103425
        },
        {
            "start": 1262103426,
            "stop": 1262103433
        },
        {
            "start": 1262103450,
            "stop": 1262103451
        },
        {
            "start": 1262103456,
            "stop": 1262103457
        },
        {
            "start": 1262103459,
            "stop": 1262103894
        },
        {
            "start": 1262103895,
            "stop": 1262103912
        },
        {
            "start": 1262103915,
            "stop": 1262103916
        },
        {
            "start": 1262103917,
            "stop": 1262103944
        }
    ]
}