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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=569",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=567",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 568,
    "results": [
        {
            "start": 1262840122,
            "stop": 1262840124
        },
        {
            "start": 1262840127,
            "stop": 1262840130
        },
        {
            "start": 1262840131,
            "stop": 1262840138
        },
        {
            "start": 1262840141,
            "stop": 1262840145
        },
        {
            "start": 1262840149,
            "stop": 1262840156
        },
        {
            "start": 1262840158,
            "stop": 1262840163
        },
        {
            "start": 1262840168,
            "stop": 1262840183
        },
        {
            "start": 1262840189,
            "stop": 1262840201
        },
        {
            "start": 1262840209,
            "stop": 1262840214
        },
        {
            "start": 1262840217,
            "stop": 1262840223
        },
        {
            "start": 1262840228,
            "stop": 1262840233
        },
        {
            "start": 1262840241,
            "stop": 1262840250
        },
        {
            "start": 1262840253,
            "stop": 1262840288
        },
        {
            "start": 1262840294,
            "stop": 1262840304
        },
        {
            "start": 1262840306,
            "stop": 1262840312
        },
        {
            "start": 1262840315,
            "stop": 1262840367
        },
        {
            "start": 1262840371,
            "stop": 1262840372
        },
        {
            "start": 1262840378,
            "stop": 1262840386
        },
        {
            "start": 1262840388,
            "stop": 1262840407
        },
        {
            "start": 1262840409,
            "stop": 1262841283
        }
    ]
}