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=7940
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=7941",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7939",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7940,
    "results": [
        {
            "start": 970063273,
            "stop": 970063403
        },
        {
            "start": 970063406,
            "stop": 970063524
        },
        {
            "start": 970063527,
            "stop": 970063576
        },
        {
            "start": 970064596,
            "stop": 970064667
        },
        {
            "start": 970064670,
            "stop": 970064801
        },
        {
            "start": 970064804,
            "stop": 970064854
        },
        {
            "start": 970064857,
            "stop": 970064988
        },
        {
            "start": 970065009,
            "stop": 970065021
        },
        {
            "start": 970065094,
            "stop": 970065102
        },
        {
            "start": 970065105,
            "stop": 970065133
        },
        {
            "start": 970065136,
            "stop": 970065232
        },
        {
            "start": 970065235,
            "stop": 970065409
        },
        {
            "start": 970065412,
            "stop": 970065456
        },
        {
            "start": 970065459,
            "stop": 970065736
        },
        {
            "start": 970065850,
            "stop": 970066001
        },
        {
            "start": 970066004,
            "stop": 970066461
        },
        {
            "start": 970066464,
            "stop": 970066772
        },
        {
            "start": 970066775,
            "stop": 970066808
        },
        {
            "start": 970066819,
            "stop": 970066822
        },
        {
            "start": 970066869,
            "stop": 970066880
        }
    ]
}