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=427
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=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=426",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 427,
    "results": [
        {
            "start": 818733112,
            "stop": 818733125
        },
        {
            "start": 818733129,
            "stop": 818733179
        },
        {
            "start": 818733182,
            "stop": 818733432
        },
        {
            "start": 818733435,
            "stop": 818733790
        },
        {
            "start": 818733793,
            "stop": 818734074
        },
        {
            "start": 818734079,
            "stop": 818734211
        },
        {
            "start": 818734214,
            "stop": 818734316
        },
        {
            "start": 818734319,
            "stop": 818734327
        },
        {
            "start": 818734330,
            "stop": 818734382
        },
        {
            "start": 818734385,
            "stop": 818734435
        },
        {
            "start": 818734437,
            "stop": 818734496
        },
        {
            "start": 818734499,
            "stop": 818734571
        },
        {
            "start": 818734574,
            "stop": 818734588
        },
        {
            "start": 818734591,
            "stop": 818734598
        },
        {
            "start": 818734601,
            "stop": 818734676
        },
        {
            "start": 818734680,
            "stop": 818734712
        },
        {
            "start": 818734715,
            "stop": 818734748
        },
        {
            "start": 818734756,
            "stop": 818734757
        },
        {
            "start": 818734762,
            "stop": 818734771
        },
        {
            "start": 818734774,
            "stop": 818734790
        }
    ]
}