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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=222",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 223,
    "results": [
        {
            "start": 820208616,
            "stop": 820208618
        },
        {
            "start": 820208622,
            "stop": 820208624
        },
        {
            "start": 820208805,
            "stop": 820208891
        },
        {
            "start": 820208895,
            "stop": 820208978
        },
        {
            "start": 820208981,
            "stop": 820209018
        },
        {
            "start": 820209022,
            "stop": 820209031
        },
        {
            "start": 820209035,
            "stop": 820209038
        },
        {
            "start": 820209041,
            "stop": 820209109
        },
        {
            "start": 820209112,
            "stop": 820209162
        },
        {
            "start": 820209165,
            "stop": 820209168
        },
        {
            "start": 820209172,
            "stop": 820209226
        },
        {
            "start": 820209229,
            "stop": 820209415
        },
        {
            "start": 820209419,
            "stop": 820209554
        },
        {
            "start": 820209558,
            "stop": 820209704
        },
        {
            "start": 820209707,
            "stop": 820209801
        },
        {
            "start": 820209805,
            "stop": 820209855
        },
        {
            "start": 820209860,
            "stop": 820209862
        },
        {
            "start": 820209867,
            "stop": 820209868
        },
        {
            "start": 820209873,
            "stop": 820209876
        },
        {
            "start": 820209879,
            "stop": 820209898
        }
    ]
}