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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=115",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 116,
    "results": [
        {
            "start": 816953513,
            "stop": 816953546
        },
        {
            "start": 816953646,
            "stop": 816953698
        },
        {
            "start": 816953754,
            "stop": 816953759
        },
        {
            "start": 816953793,
            "stop": 816953843
        },
        {
            "start": 816953883,
            "stop": 816953911
        },
        {
            "start": 816953936,
            "stop": 816953941
        },
        {
            "start": 816954930,
            "stop": 816954940
        },
        {
            "start": 816954994,
            "stop": 816954995
        },
        {
            "start": 816955173,
            "stop": 816955279
        },
        {
            "start": 816955300,
            "stop": 816955380
        },
        {
            "start": 816955431,
            "stop": 816955470
        },
        {
            "start": 816955490,
            "stop": 816955501
        },
        {
            "start": 816955540,
            "stop": 816955541
        },
        {
            "start": 816955561,
            "stop": 816955783
        },
        {
            "start": 816955826,
            "stop": 816955920
        },
        {
            "start": 816955941,
            "stop": 816956100
        },
        {
            "start": 816956120,
            "stop": 816956191
        },
        {
            "start": 816956211,
            "stop": 816956214
        },
        {
            "start": 816956241,
            "stop": 816956268
        },
        {
            "start": 816956302,
            "stop": 816956317
        }
    ]
}