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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=348",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 349,
    "results": [
        {
            "start": 818822916,
            "stop": 818822941
        },
        {
            "start": 818822961,
            "stop": 818822972
        },
        {
            "start": 818823033,
            "stop": 818823094
        },
        {
            "start": 818823160,
            "stop": 818823165
        },
        {
            "start": 818823214,
            "stop": 818823239
        },
        {
            "start": 818823374,
            "stop": 818823412
        },
        {
            "start": 818823471,
            "stop": 818823517
        },
        {
            "start": 818823542,
            "stop": 818823549
        },
        {
            "start": 818823629,
            "stop": 818823631
        },
        {
            "start": 818823634,
            "stop": 818823659
        },
        {
            "start": 818823703,
            "stop": 818823745
        },
        {
            "start": 818823772,
            "stop": 818823776
        },
        {
            "start": 818823804,
            "stop": 818823824
        },
        {
            "start": 818823844,
            "stop": 818823876
        },
        {
            "start": 818823919,
            "stop": 818823955
        },
        {
            "start": 818823975,
            "stop": 818823992
        },
        {
            "start": 818824011,
            "stop": 818824027
        },
        {
            "start": 818824058,
            "stop": 818824085
        },
        {
            "start": 818824170,
            "stop": 818824212
        },
        {
            "start": 818824284,
            "stop": 818824302
        }
    ]
}