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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=40",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 41,
    "results": [
        {
            "start": 817303774,
            "stop": 817303888
        },
        {
            "start": 817303892,
            "stop": 817304526
        },
        {
            "start": 817304529,
            "stop": 817304608
        },
        {
            "start": 817304611,
            "stop": 817304625
        },
        {
            "start": 817304629,
            "stop": 817304700
        },
        {
            "start": 817304703,
            "stop": 817304754
        },
        {
            "start": 817304757,
            "stop": 817305073
        },
        {
            "start": 817305076,
            "stop": 817305569
        },
        {
            "start": 817305573,
            "stop": 817305654
        },
        {
            "start": 817305657,
            "stop": 817305862
        },
        {
            "start": 817305865,
            "stop": 817306010
        },
        {
            "start": 817306013,
            "stop": 817306026
        },
        {
            "start": 817306029,
            "stop": 817306157
        },
        {
            "start": 817306162,
            "stop": 817306240
        },
        {
            "start": 817306245,
            "stop": 817306260
        },
        {
            "start": 817306263,
            "stop": 817306483
        },
        {
            "start": 817306488,
            "stop": 817306574
        },
        {
            "start": 817306582,
            "stop": 817306605
        },
        {
            "start": 817306609,
            "stop": 817306610
        },
        {
            "start": 817306613,
            "stop": 817306615
        }
    ]
}