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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=453",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 454,
    "results": [
        {
            "start": 1261795968,
            "stop": 1261796032
        },
        {
            "start": 1261796035,
            "stop": 1261798070
        },
        {
            "start": 1261798073,
            "stop": 1261801995
        },
        {
            "start": 1261801998,
            "stop": 1261803089
        },
        {
            "start": 1261803092,
            "stop": 1261803808
        },
        {
            "start": 1261803811,
            "stop": 1261805551
        },
        {
            "start": 1261805559,
            "stop": 1261807026
        },
        {
            "start": 1261807033,
            "stop": 1261807891
        },
        {
            "start": 1261807894,
            "stop": 1261808892
        },
        {
            "start": 1261808895,
            "stop": 1261809740
        },
        {
            "start": 1261809743,
            "stop": 1261811371
        },
        {
            "start": 1261811374,
            "stop": 1261811472
        },
        {
            "start": 1261811475,
            "stop": 1261811732
        },
        {
            "start": 1261811735,
            "stop": 1261812167
        },
        {
            "start": 1261812169,
            "stop": 1261812519
        },
        {
            "start": 1261812522,
            "stop": 1261812935
        },
        {
            "start": 1261812938,
            "stop": 1261813045
        },
        {
            "start": 1261813048,
            "stop": 1261813639
        },
        {
            "start": 1261813642,
            "stop": 1261814021
        },
        {
            "start": 1261814024,
            "stop": 1261814491
        }
    ]
}