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=29295
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=29296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29294",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29295,
    "results": [
        {
            "start": 971180366,
            "stop": 971180371
        },
        {
            "start": 971180372,
            "stop": 971180378
        },
        {
            "start": 971180386,
            "stop": 971180392
        },
        {
            "start": 971180393,
            "stop": 971180397
        },
        {
            "start": 971180401,
            "stop": 971180408
        },
        {
            "start": 971180410,
            "stop": 971180412
        },
        {
            "start": 971180415,
            "stop": 971180418
        },
        {
            "start": 971180421,
            "stop": 971180423
        },
        {
            "start": 971180424,
            "stop": 971180429
        },
        {
            "start": 971180431,
            "stop": 971180432
        },
        {
            "start": 971180434,
            "stop": 971180436
        },
        {
            "start": 971180437,
            "stop": 971180439
        },
        {
            "start": 971180440,
            "stop": 971180441
        },
        {
            "start": 971180452,
            "stop": 971180453
        },
        {
            "start": 971180458,
            "stop": 971180459
        },
        {
            "start": 971180461,
            "stop": 971180463
        },
        {
            "start": 971180468,
            "stop": 971180470
        },
        {
            "start": 971180471,
            "stop": 971180476
        },
        {
            "start": 971180478,
            "stop": 971180480
        },
        {
            "start": 971180481,
            "stop": 971180482
        }
    ]
}