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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 60,
    "results": [
        {
            "start": 1372606881,
            "stop": 1372618862
        },
        {
            "start": 1372633378,
            "stop": 1372636047
        },
        {
            "start": 1372636052,
            "stop": 1372648482
        },
        {
            "start": 1372648487,
            "stop": 1372656790
        },
        {
            "start": 1372656795,
            "stop": 1372659631
        },
        {
            "start": 1372659636,
            "stop": 1372666187
        },
        {
            "start": 1372666192,
            "stop": 1372674140
        },
        {
            "start": 1372674145,
            "stop": 1372677315
        },
        {
            "start": 1372677320,
            "stop": 1372678682
        },
        {
            "start": 1372678685,
            "stop": 1372687960
        },
        {
            "start": 1372687965,
            "stop": 1372687997
        },
        {
            "start": 1372688002,
            "stop": 1372688508
        },
        {
            "start": 1372688513,
            "stop": 1372692150
        },
        {
            "start": 1372692271,
            "stop": 1372693360
        },
        {
            "start": 1372693365,
            "stop": 1372696278
        },
        {
            "start": 1372696283,
            "stop": 1372702051
        },
        {
            "start": 1372702056,
            "stop": 1372702334
        },
        {
            "start": 1372702339,
            "stop": 1372702790
        },
        {
            "start": 1372702794,
            "stop": 1372702996
        },
        {
            "start": 1372703001,
            "stop": 1372708506
        }
    ]
}