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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1967",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1968,
    "results": [
        {
            "start": 854289452,
            "stop": 854292135
        },
        {
            "start": 854295168,
            "stop": 854295339
        },
        {
            "start": 854296381,
            "stop": 854296520
        },
        {
            "start": 854296630,
            "stop": 854297198
        },
        {
            "start": 854297498,
            "stop": 854297652
        },
        {
            "start": 854297762,
            "stop": 854299699
        },
        {
            "start": 854299999,
            "stop": 854305908
        },
        {
            "start": 854306208,
            "stop": 854311583
        },
        {
            "start": 854316899,
            "stop": 854319712
        },
        {
            "start": 854321804,
            "stop": 854324746
        },
        {
            "start": 854327038,
            "stop": 854403345
        },
        {
            "start": 854403348,
            "stop": 854408489
        },
        {
            "start": 854410250,
            "stop": 854427413
        },
        {
            "start": 854427844,
            "stop": 854476628
        },
        {
            "start": 854477049,
            "stop": 854478496
        },
        {
            "start": 854479713,
            "stop": 854481953
        },
        {
            "start": 854483245,
            "stop": 854483266
        },
        {
            "start": 854483566,
            "stop": 854504456
        },
        {
            "start": 854505238,
            "stop": 854584199
        },
        {
            "start": 854584559,
            "stop": 854585450
        }
    ]
}