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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=356",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 357,
    "results": [
        {
            "start": 824738787,
            "stop": 824738822
        },
        {
            "start": 824739920,
            "stop": 824740396
        },
        {
            "start": 824740401,
            "stop": 824740422
        },
        {
            "start": 824740427,
            "stop": 824740469
        },
        {
            "start": 824740480,
            "stop": 824740488
        },
        {
            "start": 824740495,
            "stop": 824740730
        },
        {
            "start": 824740735,
            "stop": 824743077
        },
        {
            "start": 824744540,
            "stop": 824748073
        },
        {
            "start": 824748080,
            "stop": 824748536
        },
        {
            "start": 824748541,
            "stop": 824748815
        },
        {
            "start": 824748820,
            "stop": 824748988
        },
        {
            "start": 824748993,
            "stop": 824751732
        },
        {
            "start": 824751740,
            "stop": 824758168
        },
        {
            "start": 824758173,
            "stop": 824760219
        },
        {
            "start": 824760225,
            "stop": 824765038
        },
        {
            "start": 824767697,
            "stop": 824767977
        },
        {
            "start": 824767985,
            "stop": 824767991
        },
        {
            "start": 824767997,
            "stop": 824769568
        },
        {
            "start": 824769576,
            "stop": 824774081
        },
        {
            "start": 824774232,
            "stop": 824778359
        }
    ]
}