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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=219",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 220,
    "results": [
        {
            "start": 1389292342,
            "stop": 1389293205
        },
        {
            "start": 1389293245,
            "stop": 1389293255
        },
        {
            "start": 1389293260,
            "stop": 1389294590
        },
        {
            "start": 1389294595,
            "stop": 1389301988
        },
        {
            "start": 1389301993,
            "stop": 1389309469
        },
        {
            "start": 1389309474,
            "stop": 1389311602
        },
        {
            "start": 1389311607,
            "stop": 1389311877
        },
        {
            "start": 1389311880,
            "stop": 1389313712
        },
        {
            "start": 1389313908,
            "stop": 1389315336
        },
        {
            "start": 1389315341,
            "stop": 1389315850
        },
        {
            "start": 1389315853,
            "stop": 1389317999
        },
        {
            "start": 1389318004,
            "stop": 1389323909
        },
        {
            "start": 1389323914,
            "stop": 1389324157
        },
        {
            "start": 1389324161,
            "stop": 1389327248
        },
        {
            "start": 1389340089,
            "stop": 1389343956
        },
        {
            "start": 1389343961,
            "stop": 1389346149
        },
        {
            "start": 1389346154,
            "stop": 1389346779
        },
        {
            "start": 1389346784,
            "stop": 1389348341
        },
        {
            "start": 1389348346,
            "stop": 1389350967
        },
        {
            "start": 1389350972,
            "stop": 1389353075
        }
    ]
}