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=10115
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=10116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10114",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10115,
    "results": [
        {
            "start": 873439831,
            "stop": 873439954
        },
        {
            "start": 873439991,
            "stop": 873440209
        },
        {
            "start": 873440245,
            "stop": 873440561
        },
        {
            "start": 873440625,
            "stop": 873440750
        },
        {
            "start": 873440786,
            "stop": 873440799
        },
        {
            "start": 873440840,
            "stop": 873441202
        },
        {
            "start": 873441238,
            "stop": 873442007
        },
        {
            "start": 873442060,
            "stop": 873442272
        },
        {
            "start": 873442308,
            "stop": 873442401
        },
        {
            "start": 873442418,
            "stop": 873442599
        },
        {
            "start": 873442606,
            "stop": 873442909
        },
        {
            "start": 873442917,
            "stop": 873444282
        },
        {
            "start": 873444318,
            "stop": 873444460
        },
        {
            "start": 873444467,
            "stop": 873444555
        },
        {
            "start": 873444572,
            "stop": 873444729
        },
        {
            "start": 873444765,
            "stop": 873444830
        },
        {
            "start": 873444891,
            "stop": 873445341
        },
        {
            "start": 873445377,
            "stop": 873445386
        },
        {
            "start": 873445434,
            "stop": 873445486
        },
        {
            "start": 873445581,
            "stop": 873446531
        }
    ]
}