Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1099
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1100",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1098",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1099,
    "results": [
        {
            "start": 1253827029,
            "stop": 1253827033
        },
        {
            "start": 1253827038,
            "stop": 1253827143
        },
        {
            "start": 1253827148,
            "stop": 1253827311
        },
        {
            "start": 1253827316,
            "stop": 1253827318
        },
        {
            "start": 1253827323,
            "stop": 1253827325
        },
        {
            "start": 1253827330,
            "stop": 1253827401
        },
        {
            "start": 1253827406,
            "stop": 1253827445
        },
        {
            "start": 1253827450,
            "stop": 1253827497
        },
        {
            "start": 1253827502,
            "stop": 1253827503
        },
        {
            "start": 1253827508,
            "stop": 1253827575
        },
        {
            "start": 1253827579,
            "stop": 1253827581
        },
        {
            "start": 1253827586,
            "stop": 1253827587
        },
        {
            "start": 1253827592,
            "stop": 1253827759
        },
        {
            "start": 1253827763,
            "stop": 1253827788
        },
        {
            "start": 1253827792,
            "stop": 1253827900
        },
        {
            "start": 1253827905,
            "stop": 1253827909
        },
        {
            "start": 1253827914,
            "stop": 1253827915
        },
        {
            "start": 1253827921,
            "stop": 1253827923
        },
        {
            "start": 1253827928,
            "stop": 1253827929
        },
        {
            "start": 1253827934,
            "stop": 1253828143
        }
    ]
}