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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=81",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 82,
    "results": [
        {
            "start": 931290900,
            "stop": 931290923
        },
        {
            "start": 931290925,
            "stop": 931290937
        },
        {
            "start": 931290939,
            "stop": 931290948
        },
        {
            "start": 931290950,
            "stop": 931290964
        },
        {
            "start": 931290966,
            "stop": 931290990
        },
        {
            "start": 931290993,
            "stop": 931290994
        },
        {
            "start": 931290996,
            "stop": 931291064
        },
        {
            "start": 931291066,
            "stop": 931291107
        },
        {
            "start": 931291110,
            "stop": 931291148
        },
        {
            "start": 931291151,
            "stop": 931291169
        },
        {
            "start": 931291171,
            "stop": 931291172
        },
        {
            "start": 931291174,
            "stop": 931291196
        },
        {
            "start": 931291201,
            "stop": 931291293
        },
        {
            "start": 931291295,
            "stop": 931291310
        },
        {
            "start": 931291312,
            "stop": 931291330
        },
        {
            "start": 931291333,
            "stop": 931291360
        },
        {
            "start": 931291363,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931316533
        },
        {
            "start": 931316535,
            "stop": 931316539
        }
    ]
}