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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=246",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 247,
    "results": [
        {
            "start": 1262680915,
            "stop": 1262681114
        },
        {
            "start": 1262681115,
            "stop": 1262681121
        },
        {
            "start": 1262681123,
            "stop": 1262681250
        },
        {
            "start": 1262681252,
            "stop": 1262681416
        },
        {
            "start": 1262681419,
            "stop": 1262681424
        },
        {
            "start": 1262681426,
            "stop": 1262681429
        },
        {
            "start": 1262681433,
            "stop": 1262681437
        },
        {
            "start": 1262681439,
            "stop": 1262681690
        },
        {
            "start": 1262681692,
            "stop": 1262681708
        },
        {
            "start": 1262681711,
            "stop": 1262681809
        },
        {
            "start": 1262681811,
            "stop": 1262681816
        },
        {
            "start": 1262681818,
            "stop": 1262682315
        },
        {
            "start": 1262682317,
            "stop": 1262682589
        },
        {
            "start": 1262682591,
            "stop": 1262682598
        },
        {
            "start": 1262682602,
            "stop": 1262682786
        },
        {
            "start": 1262682789,
            "stop": 1262682922
        },
        {
            "start": 1262682925,
            "stop": 1262682935
        },
        {
            "start": 1262682937,
            "stop": 1262683513
        },
        {
            "start": 1262683515,
            "stop": 1262683528
        },
        {
            "start": 1262683531,
            "stop": 1262683844
        }
    ]
}