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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=283",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 284,
    "results": [
        {
            "start": 934959855,
            "stop": 934961615
        },
        {
            "start": 934961620,
            "stop": 934963215
        },
        {
            "start": 934963455,
            "stop": 934966815
        },
        {
            "start": 934967055,
            "stop": 934970415
        },
        {
            "start": 934970655,
            "stop": 934971743
        },
        {
            "start": 934971748,
            "stop": 934974015
        },
        {
            "start": 934974255,
            "stop": 934977615
        },
        {
            "start": 935129407,
            "stop": 935130274
        },
        {
            "start": 935130277,
            "stop": 935132415
        },
        {
            "start": 935132655,
            "stop": 935133388
        },
        {
            "start": 935133390,
            "stop": 935133904
        },
        {
            "start": 935133906,
            "stop": 935134779
        },
        {
            "start": 935134781,
            "stop": 935134788
        },
        {
            "start": 935134791,
            "stop": 935134794
        },
        {
            "start": 935134796,
            "stop": 935134803
        },
        {
            "start": 935134807,
            "stop": 935134808
        },
        {
            "start": 935134811,
            "stop": 935134819
        },
        {
            "start": 935134821,
            "stop": 935134823
        },
        {
            "start": 935134827,
            "stop": 935134834
        },
        {
            "start": 935134836,
            "stop": 935134839
        }
    ]
}