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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=252",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 253,
    "results": [
        {
            "start": 818223925,
            "stop": 818223927
        },
        {
            "start": 818223931,
            "stop": 818223933
        },
        {
            "start": 818223943,
            "stop": 818223957
        },
        {
            "start": 818223973,
            "stop": 818223977
        },
        {
            "start": 818223984,
            "stop": 818223986
        },
        {
            "start": 818223989,
            "stop": 818223992
        },
        {
            "start": 818223995,
            "stop": 818224000
        },
        {
            "start": 818224005,
            "stop": 818224006
        },
        {
            "start": 818224014,
            "stop": 818224015
        },
        {
            "start": 818224038,
            "stop": 818224039
        },
        {
            "start": 818224045,
            "stop": 818224048
        },
        {
            "start": 818224056,
            "stop": 818224059
        },
        {
            "start": 818224068,
            "stop": 818224069
        },
        {
            "start": 818224103,
            "stop": 818224107
        },
        {
            "start": 818224110,
            "stop": 818224117
        },
        {
            "start": 818224131,
            "stop": 818224134
        },
        {
            "start": 818224139,
            "stop": 818224142
        },
        {
            "start": 818224148,
            "stop": 818224149
        },
        {
            "start": 818224156,
            "stop": 818224158
        },
        {
            "start": 818224180,
            "stop": 818224185
        }
    ]
}