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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=315",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 316,
    "results": [
        {
            "start": 818246498,
            "stop": 818246502
        },
        {
            "start": 818246510,
            "stop": 818246518
        },
        {
            "start": 818246522,
            "stop": 818246523
        },
        {
            "start": 818246529,
            "stop": 818246532
        },
        {
            "start": 818246539,
            "stop": 818246540
        },
        {
            "start": 818246543,
            "stop": 818246544
        },
        {
            "start": 818246549,
            "stop": 818246550
        },
        {
            "start": 818246554,
            "stop": 818246564
        },
        {
            "start": 818246568,
            "stop": 818246571
        },
        {
            "start": 818246577,
            "stop": 818246578
        },
        {
            "start": 818246590,
            "stop": 818246595
        },
        {
            "start": 818246601,
            "stop": 818246604
        },
        {
            "start": 818246607,
            "stop": 818246612
        },
        {
            "start": 818246622,
            "stop": 818246624
        },
        {
            "start": 818246631,
            "stop": 818246639
        },
        {
            "start": 818246647,
            "stop": 818246648
        },
        {
            "start": 818246653,
            "stop": 818246654
        },
        {
            "start": 818246658,
            "stop": 818246659
        },
        {
            "start": 818246662,
            "stop": 818246669
        },
        {
            "start": 818246686,
            "stop": 818246687
        }
    ]
}