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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=504",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 505,
    "results": [
        {
            "start": 1264588103,
            "stop": 1264588170
        },
        {
            "start": 1264588171,
            "stop": 1264588239
        },
        {
            "start": 1264588240,
            "stop": 1264588249
        },
        {
            "start": 1264588250,
            "stop": 1264588254
        },
        {
            "start": 1264588255,
            "stop": 1264588259
        },
        {
            "start": 1264588260,
            "stop": 1264588277
        },
        {
            "start": 1264588278,
            "stop": 1264588347
        },
        {
            "start": 1264588348,
            "stop": 1264588368
        },
        {
            "start": 1264588372,
            "stop": 1264591917
        },
        {
            "start": 1264591918,
            "stop": 1264592039
        },
        {
            "start": 1264592040,
            "stop": 1264592096
        },
        {
            "start": 1264592098,
            "stop": 1264592192
        },
        {
            "start": 1264592193,
            "stop": 1264592204
        },
        {
            "start": 1264592205,
            "stop": 1264592212
        },
        {
            "start": 1264592213,
            "stop": 1264592576
        },
        {
            "start": 1264592577,
            "stop": 1264592579
        },
        {
            "start": 1264592582,
            "stop": 1264592586
        },
        {
            "start": 1264592587,
            "stop": 1264592588
        },
        {
            "start": 1264592591,
            "stop": 1264592614
        },
        {
            "start": 1264592615,
            "stop": 1264593820
        }
    ]
}