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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 71,
    "results": [
        {
            "start": 1258531718,
            "stop": 1258532044
        },
        {
            "start": 1258532052,
            "stop": 1258532209
        },
        {
            "start": 1258532213,
            "stop": 1258533498
        },
        {
            "start": 1258533502,
            "stop": 1258535525
        },
        {
            "start": 1258535528,
            "stop": 1258535799
        },
        {
            "start": 1258535804,
            "stop": 1258535995
        },
        {
            "start": 1258536000,
            "stop": 1258537110
        },
        {
            "start": 1258537113,
            "stop": 1258543945
        },
        {
            "start": 1258543949,
            "stop": 1258546299
        },
        {
            "start": 1258546303,
            "stop": 1258550531
        },
        {
            "start": 1258550536,
            "stop": 1258551217
        },
        {
            "start": 1258551219,
            "stop": 1258554336
        },
        {
            "start": 1258554339,
            "stop": 1258556961
        },
        {
            "start": 1258556965,
            "stop": 1258557408
        },
        {
            "start": 1258557413,
            "stop": 1258559841
        },
        {
            "start": 1258559845,
            "stop": 1258559897
        },
        {
            "start": 1258559899,
            "stop": 1258559901
        },
        {
            "start": 1258559904,
            "stop": 1258562003
        },
        {
            "start": 1258562006,
            "stop": 1258563212
        },
        {
            "start": 1258563216,
            "stop": 1258564011
        }
    ]
}