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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 174,
    "results": [
        {
            "start": 1374012571,
            "stop": 1374013067
        },
        {
            "start": 1374013069,
            "stop": 1374013850
        },
        {
            "start": 1374013851,
            "stop": 1374014581
        },
        {
            "start": 1374014583,
            "stop": 1374015515
        },
        {
            "start": 1374015517,
            "stop": 1374016267
        },
        {
            "start": 1374016269,
            "stop": 1374017364
        },
        {
            "start": 1374017366,
            "stop": 1374018756
        },
        {
            "start": 1374018758,
            "stop": 1374019609
        },
        {
            "start": 1374019611,
            "stop": 1374020878
        },
        {
            "start": 1374020880,
            "stop": 1374021761
        },
        {
            "start": 1374021763,
            "stop": 1374022826
        },
        {
            "start": 1374022828,
            "stop": 1374023395
        },
        {
            "start": 1374023396,
            "stop": 1374023399
        },
        {
            "start": 1374023404,
            "stop": 1374025588
        },
        {
            "start": 1374025592,
            "stop": 1374025882
        },
        {
            "start": 1374025884,
            "stop": 1374026977
        },
        {
            "start": 1374026978,
            "stop": 1374029282
        },
        {
            "start": 1374029283,
            "stop": 1374032362
        },
        {
            "start": 1374032364,
            "stop": 1374033407
        },
        {
            "start": 1374033408,
            "stop": 1374033933
        }
    ]
}