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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3499",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3497",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3498,
    "results": [
        {
            "start": 970057915,
            "stop": 970057926
        },
        {
            "start": 970057929,
            "stop": 970057970
        },
        {
            "start": 970057973,
            "stop": 970058032
        },
        {
            "start": 970058035,
            "stop": 970058132
        },
        {
            "start": 970058135,
            "stop": 970058242
        },
        {
            "start": 970058245,
            "stop": 970058363
        },
        {
            "start": 970058369,
            "stop": 970058420
        },
        {
            "start": 970058421,
            "stop": 970058460
        },
        {
            "start": 970058463,
            "stop": 970059398
        },
        {
            "start": 970059404,
            "stop": 970059482
        },
        {
            "start": 970059485,
            "stop": 970059800
        },
        {
            "start": 970059803,
            "stop": 970060085
        },
        {
            "start": 970060105,
            "stop": 970060110
        },
        {
            "start": 970060127,
            "stop": 970060128
        },
        {
            "start": 970060134,
            "stop": 970060136
        },
        {
            "start": 970060142,
            "stop": 970060384
        },
        {
            "start": 970060385,
            "stop": 970060486
        },
        {
            "start": 970060489,
            "stop": 970060743
        },
        {
            "start": 970060750,
            "stop": 970061006
        },
        {
            "start": 970061012,
            "stop": 970061020
        }
    ]
}