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=2087
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=2088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2086",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2087,
    "results": [
        {
            "start": 871309768,
            "stop": 871310081
        },
        {
            "start": 871310098,
            "stop": 871310231
        },
        {
            "start": 871310430,
            "stop": 871313700
        },
        {
            "start": 871313717,
            "stop": 871314628
        },
        {
            "start": 871314645,
            "stop": 871315239
        },
        {
            "start": 871315257,
            "stop": 871320276
        },
        {
            "start": 871323008,
            "stop": 871323009
        },
        {
            "start": 871323041,
            "stop": 871323046
        },
        {
            "start": 871323187,
            "stop": 871323191
        },
        {
            "start": 871323278,
            "stop": 871323283
        },
        {
            "start": 871323300,
            "stop": 871323302
        },
        {
            "start": 871323319,
            "stop": 871323341
        },
        {
            "start": 871323358,
            "stop": 871323386
        },
        {
            "start": 871323403,
            "stop": 871323539
        },
        {
            "start": 871323556,
            "stop": 871323581
        },
        {
            "start": 871323609,
            "stop": 871323625
        },
        {
            "start": 871323642,
            "stop": 871323786
        },
        {
            "start": 871323803,
            "stop": 871323806
        },
        {
            "start": 871323823,
            "stop": 871324181
        },
        {
            "start": 871324199,
            "stop": 871324667
        }
    ]
}