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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2271",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2272,
    "results": [
        {
            "start": 873605154,
            "stop": 873605179
        },
        {
            "start": 873605216,
            "stop": 873605286
        },
        {
            "start": 873605305,
            "stop": 873605432
        },
        {
            "start": 873605451,
            "stop": 873605511
        },
        {
            "start": 873605530,
            "stop": 873605765
        },
        {
            "start": 873605790,
            "stop": 873606002
        },
        {
            "start": 873606028,
            "stop": 873606093
        },
        {
            "start": 873606114,
            "stop": 873606169
        },
        {
            "start": 873606231,
            "stop": 873606243
        },
        {
            "start": 873606263,
            "stop": 873606372
        },
        {
            "start": 873606410,
            "stop": 873611133
        },
        {
            "start": 873613826,
            "stop": 873613879
        },
        {
            "start": 873613896,
            "stop": 873613927
        },
        {
            "start": 873613944,
            "stop": 873614978
        },
        {
            "start": 873614984,
            "stop": 873617530
        },
        {
            "start": 873617549,
            "stop": 873620513
        },
        {
            "start": 873621830,
            "stop": 873623976
        },
        {
            "start": 873623995,
            "stop": 873624723
        },
        {
            "start": 873624742,
            "stop": 873625841
        },
        {
            "start": 873625860,
            "stop": 873626240
        }
    ]
}