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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=165",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 166,
    "results": [
        {
            "start": 931426231,
            "stop": 931426241
        },
        {
            "start": 931426243,
            "stop": 931426305
        },
        {
            "start": 931426307,
            "stop": 931426308
        },
        {
            "start": 931426310,
            "stop": 931426405
        },
        {
            "start": 931426407,
            "stop": 931426484
        },
        {
            "start": 931426486,
            "stop": 931426498
        },
        {
            "start": 931426500,
            "stop": 931426528
        },
        {
            "start": 931426530,
            "stop": 931426581
        },
        {
            "start": 931426583,
            "stop": 931426633
        },
        {
            "start": 931426635,
            "stop": 931426647
        },
        {
            "start": 931426649,
            "stop": 931426682
        },
        {
            "start": 931426684,
            "stop": 931426874
        },
        {
            "start": 931426876,
            "stop": 931426898
        },
        {
            "start": 931426900,
            "stop": 931426907
        },
        {
            "start": 931426909,
            "stop": 931426914
        },
        {
            "start": 931426918,
            "stop": 931426924
        },
        {
            "start": 931426926,
            "stop": 931426939
        },
        {
            "start": 931426940,
            "stop": 931426962
        },
        {
            "start": 931426965,
            "stop": 931426987
        },
        {
            "start": 931426989,
            "stop": 931426992
        }
    ]
}