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=10119
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=10120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10118",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10119,
    "results": [
        {
            "start": 873470020,
            "stop": 873470043
        },
        {
            "start": 873470050,
            "stop": 873470062
        },
        {
            "start": 873470078,
            "stop": 873470136
        },
        {
            "start": 873470144,
            "stop": 873470149
        },
        {
            "start": 873470162,
            "stop": 873470227
        },
        {
            "start": 873470237,
            "stop": 873470846
        },
        {
            "start": 873470854,
            "stop": 873471391
        },
        {
            "start": 873471760,
            "stop": 873471979
        },
        {
            "start": 873471987,
            "stop": 873472126
        },
        {
            "start": 873472139,
            "stop": 873472303
        },
        {
            "start": 873473933,
            "stop": 873473941
        },
        {
            "start": 873473948,
            "stop": 873474255
        },
        {
            "start": 873474263,
            "stop": 873474383
        },
        {
            "start": 873474392,
            "stop": 873474616
        },
        {
            "start": 873474624,
            "stop": 873474720
        },
        {
            "start": 873474961,
            "stop": 873475080
        },
        {
            "start": 873475087,
            "stop": 873475219
        },
        {
            "start": 873475228,
            "stop": 873475239
        },
        {
            "start": 873475256,
            "stop": 873475262
        },
        {
            "start": 873475269,
            "stop": 873475312
        }
    ]
}