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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=605",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=603",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 604,
    "results": [
        {
            "start": 1262930842,
            "stop": 1262930984
        },
        {
            "start": 1262930987,
            "stop": 1262930991
        },
        {
            "start": 1262930994,
            "stop": 1262931018
        },
        {
            "start": 1262931021,
            "stop": 1262931035
        },
        {
            "start": 1262931038,
            "stop": 1262931052
        },
        {
            "start": 1262931055,
            "stop": 1262931131
        },
        {
            "start": 1262931134,
            "stop": 1262931140
        },
        {
            "start": 1262931143,
            "stop": 1262931154
        },
        {
            "start": 1262931157,
            "stop": 1262931254
        },
        {
            "start": 1262931257,
            "stop": 1262931260
        },
        {
            "start": 1262931263,
            "stop": 1262931339
        },
        {
            "start": 1262931359,
            "stop": 1262931376
        },
        {
            "start": 1262931382,
            "stop": 1262931389
        },
        {
            "start": 1262931392,
            "stop": 1262931396
        },
        {
            "start": 1262931399,
            "stop": 1262931493
        },
        {
            "start": 1262931496,
            "stop": 1262931516
        },
        {
            "start": 1262931519,
            "stop": 1262931632
        },
        {
            "start": 1262931635,
            "stop": 1262931678
        },
        {
            "start": 1262931681,
            "stop": 1262931712
        },
        {
            "start": 1262931715,
            "stop": 1262931818
        }
    ]
}