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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=354",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 355,
    "results": [
        {
            "start": 1260698611,
            "stop": 1260699130
        },
        {
            "start": 1260699132,
            "stop": 1260700471
        },
        {
            "start": 1260700478,
            "stop": 1260700622
        },
        {
            "start": 1260700630,
            "stop": 1260701955
        },
        {
            "start": 1260701958,
            "stop": 1260702345
        },
        {
            "start": 1260702348,
            "stop": 1260703278
        },
        {
            "start": 1260703366,
            "stop": 1260703372
        },
        {
            "start": 1260703375,
            "stop": 1260703387
        },
        {
            "start": 1260703390,
            "stop": 1260703661
        },
        {
            "start": 1260703702,
            "stop": 1260703866
        },
        {
            "start": 1260703869,
            "stop": 1260704815
        },
        {
            "start": 1260704818,
            "stop": 1260704886
        },
        {
            "start": 1260704894,
            "stop": 1260706508
        },
        {
            "start": 1260706511,
            "stop": 1260709026
        },
        {
            "start": 1260709338,
            "stop": 1260709663
        },
        {
            "start": 1260710113,
            "stop": 1260710157
        },
        {
            "start": 1260710160,
            "stop": 1260710495
        },
        {
            "start": 1260710498,
            "stop": 1260710507
        },
        {
            "start": 1260710510,
            "stop": 1260710581
        },
        {
            "start": 1260711056,
            "stop": 1260711320
        }
    ]
}