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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 113,
    "results": [
        {
            "start": 1126626828,
            "stop": 1126626878
        },
        {
            "start": 1126626879,
            "stop": 1126626883
        },
        {
            "start": 1126626884,
            "stop": 1126626885
        },
        {
            "start": 1126626886,
            "stop": 1126626900
        },
        {
            "start": 1126626901,
            "stop": 1126626920
        },
        {
            "start": 1126626921,
            "stop": 1126626933
        },
        {
            "start": 1126626935,
            "stop": 1126626937
        },
        {
            "start": 1126626939,
            "stop": 1126626944
        },
        {
            "start": 1126626945,
            "stop": 1126626946
        },
        {
            "start": 1126626947,
            "stop": 1126627073
        },
        {
            "start": 1126627074,
            "stop": 1126627075
        },
        {
            "start": 1126627076,
            "stop": 1126627077
        },
        {
            "start": 1126627081,
            "stop": 1126627083
        },
        {
            "start": 1126627085,
            "stop": 1126627086
        },
        {
            "start": 1126627088,
            "stop": 1126627091
        },
        {
            "start": 1126627093,
            "stop": 1126627189
        },
        {
            "start": 1126627190,
            "stop": 1126627256
        },
        {
            "start": 1126627257,
            "stop": 1126627536
        },
        {
            "start": 1126627537,
            "stop": 1126627567
        },
        {
            "start": 1126627569,
            "stop": 1126627716
        }
    ]
}