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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=161",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 162,
    "results": [
        {
            "start": 841091238,
            "stop": 841093730
        },
        {
            "start": 841093732,
            "stop": 841093963
        },
        {
            "start": 841093969,
            "stop": 841094259
        },
        {
            "start": 841099496,
            "stop": 841100909
        },
        {
            "start": 841101009,
            "stop": 841105029
        },
        {
            "start": 841105117,
            "stop": 841141961
        },
        {
            "start": 841143114,
            "stop": 841143796
        },
        {
            "start": 841145650,
            "stop": 841147844
        },
        {
            "start": 841149597,
            "stop": 841153787
        },
        {
            "start": 841153795,
            "stop": 841153797
        },
        {
            "start": 841154965,
            "stop": 841160086
        },
        {
            "start": 841160997,
            "stop": 841163374
        },
        {
            "start": 841164291,
            "stop": 841168704
        },
        {
            "start": 841168788,
            "stop": 841169224
        },
        {
            "start": 841169226,
            "stop": 841171582
        },
        {
            "start": 841177853,
            "stop": 841179062
        },
        {
            "start": 841181708,
            "stop": 841183883
        },
        {
            "start": 841183884,
            "stop": 841186046
        },
        {
            "start": 841187269,
            "stop": 841207533
        },
        {
            "start": 841207535,
            "stop": 841234369
        }
    ]
}