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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=834",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=832",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 833,
    "results": [
        {
            "start": 960428034,
            "stop": 960430627
        },
        {
            "start": 960430633,
            "stop": 960433315
        },
        {
            "start": 960520245,
            "stop": 960531583
        },
        {
            "start": 960533781,
            "stop": 960549606
        },
        {
            "start": 960549613,
            "stop": 960551076
        },
        {
            "start": 960556429,
            "stop": 960556626
        },
        {
            "start": 960556660,
            "stop": 960557191
        },
        {
            "start": 960627018,
            "stop": 960627771
        },
        {
            "start": 960628447,
            "stop": 960629174
        },
        {
            "start": 960630408,
            "stop": 960631972
        },
        {
            "start": 960632797,
            "stop": 960633403
        },
        {
            "start": 960634651,
            "stop": 960636072
        },
        {
            "start": 960638530,
            "stop": 960638965
        },
        {
            "start": 960707944,
            "stop": 960710359
        },
        {
            "start": 960711269,
            "stop": 960728718
        },
        {
            "start": 960730983,
            "stop": 960735456
        },
        {
            "start": 960753206,
            "stop": 960760405
        },
        {
            "start": 960792766,
            "stop": 960796626
        },
        {
            "start": 960796632,
            "stop": 960798868
        },
        {
            "start": 960798874,
            "stop": 960799654
        }
    ]
}