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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=297",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 298,
    "results": [
        {
            "start": 934965216,
            "stop": 934965816
        },
        {
            "start": 934965876,
            "stop": 934966356
        },
        {
            "start": 934966416,
            "stop": 934966815
        },
        {
            "start": 934967055,
            "stop": 934967196
        },
        {
            "start": 934967316,
            "stop": 934967376
        },
        {
            "start": 934967436,
            "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
        }
    ]
}