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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=144",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 145,
    "results": [
        {
            "start": 818646709,
            "stop": 818646718
        },
        {
            "start": 818646728,
            "stop": 818646796
        },
        {
            "start": 818646812,
            "stop": 818646818
        },
        {
            "start": 818646825,
            "stop": 818646835
        },
        {
            "start": 818646843,
            "stop": 818646852
        },
        {
            "start": 818646864,
            "stop": 818646868
        },
        {
            "start": 818646876,
            "stop": 818646937
        },
        {
            "start": 818646945,
            "stop": 818647052
        },
        {
            "start": 818647161,
            "stop": 818647171
        },
        {
            "start": 818647197,
            "stop": 818647206
        },
        {
            "start": 818647217,
            "stop": 818647229
        },
        {
            "start": 818647237,
            "stop": 818647257
        },
        {
            "start": 818647265,
            "stop": 818647382
        },
        {
            "start": 818647390,
            "stop": 818647398
        },
        {
            "start": 818647403,
            "stop": 818647480
        },
        {
            "start": 818647491,
            "stop": 818647511
        },
        {
            "start": 818647529,
            "stop": 818647564
        },
        {
            "start": 818647572,
            "stop": 818647582
        },
        {
            "start": 818647590,
            "stop": 818647737
        },
        {
            "start": 818647745,
            "stop": 818647748
        }
    ]
}