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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=335",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 336,
    "results": [
        {
            "start": 818251428,
            "stop": 818251434
        },
        {
            "start": 818251442,
            "stop": 818251448
        },
        {
            "start": 818251454,
            "stop": 818251455
        },
        {
            "start": 818251459,
            "stop": 818251464
        },
        {
            "start": 818251481,
            "stop": 818251483
        },
        {
            "start": 818251488,
            "stop": 818251493
        },
        {
            "start": 818251513,
            "stop": 818251514
        },
        {
            "start": 818251517,
            "stop": 818251518
        },
        {
            "start": 818251524,
            "stop": 818251528
        },
        {
            "start": 818251536,
            "stop": 818251537
        },
        {
            "start": 818251543,
            "stop": 818251547
        },
        {
            "start": 818251556,
            "stop": 818251558
        },
        {
            "start": 818251561,
            "stop": 818251569
        },
        {
            "start": 818251574,
            "stop": 818251580
        },
        {
            "start": 818251585,
            "stop": 818251591
        },
        {
            "start": 818251599,
            "stop": 818251600
        },
        {
            "start": 818251614,
            "stop": 818251616
        },
        {
            "start": 818251619,
            "stop": 818251620
        },
        {
            "start": 818251626,
            "stop": 818251630
        },
        {
            "start": 818251635,
            "stop": 818251639
        }
    ]
}