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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 18,
    "results": [
        {
            "start": 1369470334,
            "stop": 1369470382
        },
        {
            "start": 1369470387,
            "stop": 1369470396
        },
        {
            "start": 1369470406,
            "stop": 1369470424
        },
        {
            "start": 1369470429,
            "stop": 1369470482
        },
        {
            "start": 1369470496,
            "stop": 1369470510
        },
        {
            "start": 1369470515,
            "stop": 1369470520
        },
        {
            "start": 1369470525,
            "stop": 1369470539
        },
        {
            "start": 1369470544,
            "stop": 1369470551
        },
        {
            "start": 1369470556,
            "stop": 1369470587
        },
        {
            "start": 1369470592,
            "stop": 1369470624
        },
        {
            "start": 1369470629,
            "stop": 1369470643
        },
        {
            "start": 1369480556,
            "stop": 1369482202
        },
        {
            "start": 1369482205,
            "stop": 1369483562
        },
        {
            "start": 1369483567,
            "stop": 1369485043
        },
        {
            "start": 1369492342,
            "stop": 1369493116
        },
        {
            "start": 1369521579,
            "stop": 1369522573
        },
        {
            "start": 1369522578,
            "stop": 1369526544
        },
        {
            "start": 1369526549,
            "stop": 1369529147
        },
        {
            "start": 1369529152,
            "stop": 1369529437
        },
        {
            "start": 1369529442,
            "stop": 1369529659
        }
    ]
}