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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=170",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 171,
    "results": [
        {
            "start": 816862022,
            "stop": 816862025
        },
        {
            "start": 816862032,
            "stop": 816862035
        },
        {
            "start": 816862041,
            "stop": 816862081
        },
        {
            "start": 816862085,
            "stop": 816862086
        },
        {
            "start": 816862098,
            "stop": 816862103
        },
        {
            "start": 816862107,
            "stop": 816862119
        },
        {
            "start": 816862124,
            "stop": 816862127
        },
        {
            "start": 816862138,
            "stop": 816862141
        },
        {
            "start": 816862147,
            "stop": 816862172
        },
        {
            "start": 816862181,
            "stop": 816862186
        },
        {
            "start": 816862190,
            "stop": 816862222
        },
        {
            "start": 816862227,
            "stop": 816862235
        },
        {
            "start": 816862243,
            "stop": 816862247
        },
        {
            "start": 816862255,
            "stop": 816862261
        },
        {
            "start": 816862265,
            "stop": 816862268
        },
        {
            "start": 816862273,
            "stop": 816862296
        },
        {
            "start": 816862301,
            "stop": 816862385
        },
        {
            "start": 816862389,
            "stop": 816862462
        },
        {
            "start": 816862466,
            "stop": 816862506
        },
        {
            "start": 816862509,
            "stop": 816862547
        }
    ]
}