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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 231,
    "results": [
        {
            "start": 1240134712,
            "stop": 1240134790
        },
        {
            "start": 1240134792,
            "stop": 1240134815
        },
        {
            "start": 1240134816,
            "stop": 1240135070
        },
        {
            "start": 1240135071,
            "stop": 1240135134
        },
        {
            "start": 1240135136,
            "stop": 1240135480
        },
        {
            "start": 1240135481,
            "stop": 1240135492
        },
        {
            "start": 1240135494,
            "stop": 1240135522
        },
        {
            "start": 1240135523,
            "stop": 1240135693
        },
        {
            "start": 1240135694,
            "stop": 1240135925
        },
        {
            "start": 1240135926,
            "stop": 1240135952
        },
        {
            "start": 1240135953,
            "stop": 1240136079
        },
        {
            "start": 1240136080,
            "stop": 1240136159
        },
        {
            "start": 1240136160,
            "stop": 1240136193
        },
        {
            "start": 1240136195,
            "stop": 1240136357
        },
        {
            "start": 1240136358,
            "stop": 1240136425
        },
        {
            "start": 1240136426,
            "stop": 1240136483
        },
        {
            "start": 1240136484,
            "stop": 1240136510
        },
        {
            "start": 1240136511,
            "stop": 1240136634
        },
        {
            "start": 1240136637,
            "stop": 1240136658
        },
        {
            "start": 1240136660,
            "stop": 1240136662
        }
    ]
}