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=10149
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=10150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10148",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10149,
    "results": [
        {
            "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
        },
        {
            "start": 873733829,
            "stop": 873733883
        },
        {
            "start": 873733894,
            "stop": 873733997
        },
        {
            "start": 873734006,
            "stop": 873734084
        },
        {
            "start": 873734091,
            "stop": 873734158
        },
        {
            "start": 873734168,
            "stop": 873734242
        }
    ]
}