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=2168
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=2169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2167",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2168,
    "results": [
        {
            "start": 872427509,
            "stop": 872427519
        },
        {
            "start": 872427552,
            "stop": 872427568
        },
        {
            "start": 872427591,
            "stop": 872427603
        },
        {
            "start": 872427630,
            "stop": 872427632
        },
        {
            "start": 872427705,
            "stop": 872427806
        },
        {
            "start": 872427823,
            "stop": 872427912
        },
        {
            "start": 872427929,
            "stop": 872428002
        },
        {
            "start": 872428019,
            "stop": 872428093
        },
        {
            "start": 872428114,
            "stop": 872428201
        },
        {
            "start": 872428232,
            "stop": 872428292
        },
        {
            "start": 872428318,
            "stop": 872428332
        },
        {
            "start": 872428349,
            "stop": 872428352
        },
        {
            "start": 872428382,
            "stop": 872428388
        },
        {
            "start": 872428405,
            "stop": 872428410
        },
        {
            "start": 872428427,
            "stop": 872428493
        },
        {
            "start": 872428510,
            "stop": 872428530
        },
        {
            "start": 872428547,
            "stop": 872428690
        },
        {
            "start": 872428707,
            "stop": 872428727
        },
        {
            "start": 872428744,
            "stop": 872428799
        },
        {
            "start": 872428817,
            "stop": 872428819
        }
    ]
}