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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=380",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 381,
    "results": [
        {
            "start": 818282054,
            "stop": 818282055
        },
        {
            "start": 818282083,
            "stop": 818282085
        },
        {
            "start": 818282116,
            "stop": 818282117
        },
        {
            "start": 818282145,
            "stop": 818282146
        },
        {
            "start": 818282228,
            "stop": 818282229
        },
        {
            "start": 818282304,
            "stop": 818282305
        },
        {
            "start": 818282315,
            "stop": 818282316
        },
        {
            "start": 818282343,
            "stop": 818282344
        },
        {
            "start": 818282394,
            "stop": 818282396
        },
        {
            "start": 818282410,
            "stop": 818282412
        },
        {
            "start": 818282434,
            "stop": 818282435
        },
        {
            "start": 818282493,
            "stop": 818282494
        },
        {
            "start": 818282523,
            "stop": 818282524
        },
        {
            "start": 818282543,
            "stop": 818282545
        },
        {
            "start": 818282686,
            "stop": 818282689
        },
        {
            "start": 818282702,
            "stop": 818282703
        },
        {
            "start": 818282819,
            "stop": 818282820
        },
        {
            "start": 818282893,
            "stop": 818282894
        },
        {
            "start": 818282947,
            "stop": 818282948
        },
        {
            "start": 818283107,
            "stop": 818283108
        }
    ]
}