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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=313",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 314,
    "results": [
        {
            "start": 1264896414,
            "stop": 1264896440
        },
        {
            "start": 1264896442,
            "stop": 1264896445
        },
        {
            "start": 1264896447,
            "stop": 1264896498
        },
        {
            "start": 1264896499,
            "stop": 1264896808
        },
        {
            "start": 1264896810,
            "stop": 1264896913
        },
        {
            "start": 1264896914,
            "stop": 1264896976
        },
        {
            "start": 1264896977,
            "stop": 1264897045
        },
        {
            "start": 1264897046,
            "stop": 1264897070
        },
        {
            "start": 1264897071,
            "stop": 1264898175
        },
        {
            "start": 1264898176,
            "stop": 1264898186
        },
        {
            "start": 1264898188,
            "stop": 1264898189
        },
        {
            "start": 1264898191,
            "stop": 1264898219
        },
        {
            "start": 1264898220,
            "stop": 1264898234
        },
        {
            "start": 1264898235,
            "stop": 1264898236
        },
        {
            "start": 1264898241,
            "stop": 1264898242
        },
        {
            "start": 1264898243,
            "stop": 1264898245
        },
        {
            "start": 1264898246,
            "stop": 1264898255
        },
        {
            "start": 1264898256,
            "stop": 1264898339
        },
        {
            "start": 1264898343,
            "stop": 1264898631
        },
        {
            "start": 1264898632,
            "stop": 1264899152
        }
    ]
}