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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5146",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5147,
    "results": [
        {
            "start": 873732736,
            "stop": 873732749
        },
        {
            "start": 873732757,
            "stop": 873732881
        },
        {
            "start": 873732903,
            "stop": 873732984
        },
        {
            "start": 873732995,
            "stop": 873733057
        },
        {
            "start": 873733064,
            "stop": 873733129
        },
        {
            "start": 873733136,
            "stop": 873733148
        },
        {
            "start": 873733156,
            "stop": 873733259
        },
        {
            "start": 873733279,
            "stop": 873733292
        },
        {
            "start": 873733317,
            "stop": 873733430
        },
        {
            "start": 873733437,
            "stop": 873733456
        },
        {
            "start": 873733463,
            "stop": 873733484
        },
        {
            "start": 873733491,
            "stop": 873733501
        },
        {
            "start": 873733512,
            "stop": 873733520
        },
        {
            "start": 873733527,
            "stop": 873733557
        },
        {
            "start": 873733568,
            "stop": 873733571
        },
        {
            "start": 873733579,
            "stop": 873733608
        },
        {
            "start": 873733619,
            "stop": 873733639
        },
        {
            "start": 873733647,
            "stop": 873733686
        },
        {
            "start": 873733694,
            "stop": 873733710
        },
        {
            "start": 873733729,
            "stop": 873733818
        }
    ]
}