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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=140",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 141,
    "results": [
        {
            "start": 818070332,
            "stop": 818070334
        },
        {
            "start": 818070340,
            "stop": 818070362
        },
        {
            "start": 818070369,
            "stop": 818070371
        },
        {
            "start": 818070374,
            "stop": 818070385
        },
        {
            "start": 818070394,
            "stop": 818070401
        },
        {
            "start": 818070409,
            "stop": 818070412
        },
        {
            "start": 818070416,
            "stop": 818070427
        },
        {
            "start": 818070438,
            "stop": 818070439
        },
        {
            "start": 818070444,
            "stop": 818070447
        },
        {
            "start": 818070450,
            "stop": 818070452
        },
        {
            "start": 818070458,
            "stop": 818070461
        },
        {
            "start": 818070465,
            "stop": 818070493
        },
        {
            "start": 818070497,
            "stop": 818070522
        },
        {
            "start": 818070526,
            "stop": 818070529
        },
        {
            "start": 818070534,
            "stop": 818070537
        },
        {
            "start": 818070541,
            "stop": 818070542
        },
        {
            "start": 818070546,
            "stop": 818070555
        },
        {
            "start": 818070558,
            "stop": 818070565
        },
        {
            "start": 818070570,
            "stop": 818070573
        },
        {
            "start": 818070576,
            "stop": 818070579
        }
    ]
}