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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3661",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3662,
    "results": [
        {
            "start": 872789916,
            "stop": 872791004
        },
        {
            "start": 872791021,
            "stop": 872791464
        },
        {
            "start": 872791481,
            "stop": 872792183
        },
        {
            "start": 872792200,
            "stop": 872792268
        },
        {
            "start": 872792285,
            "stop": 872793346
        },
        {
            "start": 872793363,
            "stop": 872793851
        },
        {
            "start": 872793868,
            "stop": 872796306
        },
        {
            "start": 872796323,
            "stop": 872796660
        },
        {
            "start": 872796677,
            "stop": 872797281
        },
        {
            "start": 872797298,
            "stop": 872797493
        },
        {
            "start": 872797510,
            "stop": 872797860
        },
        {
            "start": 872797920,
            "stop": 872799389
        },
        {
            "start": 872799406,
            "stop": 872799707
        },
        {
            "start": 872799724,
            "stop": 872799997
        },
        {
            "start": 872800014,
            "stop": 872801497
        },
        {
            "start": 872801514,
            "stop": 872802040
        },
        {
            "start": 872802057,
            "stop": 872804140
        },
        {
            "start": 872804157,
            "stop": 872804707
        },
        {
            "start": 872804725,
            "stop": 872804790
        },
        {
            "start": 872804794,
            "stop": 872805727
        }
    ]
}