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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 97,
    "results": [
        {
            "start": 1376399990,
            "stop": 1376400466
        },
        {
            "start": 1376400544,
            "stop": 1376403782
        },
        {
            "start": 1376403787,
            "stop": 1376408765
        },
        {
            "start": 1376408770,
            "stop": 1376412468
        },
        {
            "start": 1376412473,
            "stop": 1376415377
        },
        {
            "start": 1376420271,
            "stop": 1376423687
        },
        {
            "start": 1376423692,
            "stop": 1376423760
        },
        {
            "start": 1376423765,
            "stop": 1376428067
        },
        {
            "start": 1376436578,
            "stop": 1376441217
        },
        {
            "start": 1376441222,
            "stop": 1376454415
        },
        {
            "start": 1376454420,
            "stop": 1376454709
        },
        {
            "start": 1376454890,
            "stop": 1376459935
        },
        {
            "start": 1376459940,
            "stop": 1376461566
        },
        {
            "start": 1376461571,
            "stop": 1376461701
        },
        {
            "start": 1376461706,
            "stop": 1376461781
        },
        {
            "start": 1376461784,
            "stop": 1376462229
        },
        {
            "start": 1376462234,
            "stop": 1376462415
        },
        {
            "start": 1376462418,
            "stop": 1376462468
        },
        {
            "start": 1376462473,
            "stop": 1376462499
        },
        {
            "start": 1376462504,
            "stop": 1376467678
        }
    ]
}