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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=119",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 120,
    "results": [
        {
            "start": 816953793,
            "stop": 816953843
        },
        {
            "start": 816953883,
            "stop": 816953911
        },
        {
            "start": 816953936,
            "stop": 816953941
        },
        {
            "start": 816954930,
            "stop": 816954940
        },
        {
            "start": 816954994,
            "stop": 816954995
        },
        {
            "start": 816955090,
            "stop": 816955115
        },
        {
            "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": 816956362
        },
        {
            "start": 816956547,
            "stop": 816956618
        },
        {
            "start": 816956703,
            "stop": 816956867
        }
    ]
}