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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33200",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33201,
    "results": [
        {
            "start": 970896188,
            "stop": 970896341
        },
        {
            "start": 970896342,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897239
        },
        {
            "start": 970897240,
            "stop": 970897284
        },
        {
            "start": 970897290,
            "stop": 970897392
        },
        {
            "start": 970897393,
            "stop": 970897515
        },
        {
            "start": 970897516,
            "stop": 970897548
        },
        {
            "start": 970897549,
            "stop": 970897813
        },
        {
            "start": 970897814,
            "stop": 970897882
        },
        {
            "start": 970897883,
            "stop": 970897914
        },
        {
            "start": 970897917,
            "stop": 970898007
        },
        {
            "start": 970898013,
            "stop": 970898068
        },
        {
            "start": 970898069,
            "stop": 970898154
        },
        {
            "start": 970898157,
            "stop": 970898162
        },
        {
            "start": 970898163,
            "stop": 970898208
        },
        {
            "start": 970898211,
            "stop": 970898257
        }
    ]
}