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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=277",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 278,
    "results": [
        {
            "start": 1262771386,
            "stop": 1262771444
        },
        {
            "start": 1262771449,
            "stop": 1262771477
        },
        {
            "start": 1262771482,
            "stop": 1262771550
        },
        {
            "start": 1262771555,
            "stop": 1262771567
        },
        {
            "start": 1262771570,
            "stop": 1262771637
        },
        {
            "start": 1262771640,
            "stop": 1262771708
        },
        {
            "start": 1262771713,
            "stop": 1262771735
        },
        {
            "start": 1262771740,
            "stop": 1262771808
        },
        {
            "start": 1262771813,
            "stop": 1262771879
        },
        {
            "start": 1262771884,
            "stop": 1262772008
        },
        {
            "start": 1262772010,
            "stop": 1262772014
        },
        {
            "start": 1262772019,
            "stop": 1262772080
        },
        {
            "start": 1262772085,
            "stop": 1262772105
        },
        {
            "start": 1262772110,
            "stop": 1262772135
        },
        {
            "start": 1262772140,
            "stop": 1262772199
        },
        {
            "start": 1262772202,
            "stop": 1262772310
        },
        {
            "start": 1262772313,
            "stop": 1262772524
        },
        {
            "start": 1262772529,
            "stop": 1262772557
        },
        {
            "start": 1262772559,
            "stop": 1262772613
        },
        {
            "start": 1262772618,
            "stop": 1262772705
        }
    ]
}