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=590
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=591",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=589",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 590,
    "results": [
        {
            "start": 1262919432,
            "stop": 1262919457
        },
        {
            "start": 1262919460,
            "stop": 1262919528
        },
        {
            "start": 1262919542,
            "stop": 1262919552
        },
        {
            "start": 1262919555,
            "stop": 1262919580
        },
        {
            "start": 1262919586,
            "stop": 1262919589
        },
        {
            "start": 1262919592,
            "stop": 1262919593
        },
        {
            "start": 1262919596,
            "stop": 1262919648
        },
        {
            "start": 1262919651,
            "stop": 1262919660
        },
        {
            "start": 1262919663,
            "stop": 1262919664
        },
        {
            "start": 1262919667,
            "stop": 1262919668
        },
        {
            "start": 1262919671,
            "stop": 1262919680
        },
        {
            "start": 1262919719,
            "stop": 1262919764
        },
        {
            "start": 1262919767,
            "stop": 1262919782
        },
        {
            "start": 1262919785,
            "stop": 1262919843
        },
        {
            "start": 1262919846,
            "stop": 1262919889
        },
        {
            "start": 1262919892,
            "stop": 1262919965
        },
        {
            "start": 1262919968,
            "stop": 1262919987
        },
        {
            "start": 1262919990,
            "stop": 1262920178
        },
        {
            "start": 1262920181,
            "stop": 1262920201
        },
        {
            "start": 1262920204,
            "stop": 1262920208
        }
    ]
}