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=5240
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=5241",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5239",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5240,
    "results": [
        {
            "start": 1137055804,
            "stop": 1137055878
        },
        {
            "start": 1137055879,
            "stop": 1137055904
        },
        {
            "start": 1137055906,
            "stop": 1137055914
        },
        {
            "start": 1137055916,
            "stop": 1137055951
        },
        {
            "start": 1137055952,
            "stop": 1137055953
        },
        {
            "start": 1137055956,
            "stop": 1137055958
        },
        {
            "start": 1137055960,
            "stop": 1137055961
        },
        {
            "start": 1137055963,
            "stop": 1137055985
        },
        {
            "start": 1137055987,
            "stop": 1137055988
        },
        {
            "start": 1137055991,
            "stop": 1137056076
        },
        {
            "start": 1137056077,
            "stop": 1137056111
        },
        {
            "start": 1137056113,
            "stop": 1137056116
        },
        {
            "start": 1137056118,
            "stop": 1137056126
        },
        {
            "start": 1137056132,
            "stop": 1137056133
        },
        {
            "start": 1137056136,
            "stop": 1137056145
        },
        {
            "start": 1137056148,
            "stop": 1137056149
        },
        {
            "start": 1137056151,
            "stop": 1137056156
        },
        {
            "start": 1137056159,
            "stop": 1137056161
        },
        {
            "start": 1137056162,
            "stop": 1137056166
        },
        {
            "start": 1137056168,
            "stop": 1137056180
        }
    ]
}