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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29295",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29296,
    "results": [
        {
            "start": 971180484,
            "stop": 971180487
        },
        {
            "start": 971180489,
            "stop": 971180490
        },
        {
            "start": 971180494,
            "stop": 971180495
        },
        {
            "start": 971180497,
            "stop": 971180498
        },
        {
            "start": 971180503,
            "stop": 971180504
        },
        {
            "start": 971180508,
            "stop": 971180509
        },
        {
            "start": 971180512,
            "stop": 971180513
        },
        {
            "start": 971180517,
            "stop": 971180518
        },
        {
            "start": 971180521,
            "stop": 971180523
        },
        {
            "start": 971180524,
            "stop": 971180525
        },
        {
            "start": 971180529,
            "stop": 971180530
        },
        {
            "start": 971180531,
            "stop": 971180535
        },
        {
            "start": 971180536,
            "stop": 971180540
        },
        {
            "start": 971180541,
            "stop": 971180543
        },
        {
            "start": 971180554,
            "stop": 971180558
        },
        {
            "start": 971180561,
            "stop": 971180564
        },
        {
            "start": 971180566,
            "stop": 971180567
        },
        {
            "start": 971180568,
            "stop": 971180569
        },
        {
            "start": 971180572,
            "stop": 971180580
        },
        {
            "start": 971180582,
            "stop": 971180583
        }
    ]
}