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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2291",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2292,
    "results": [
        {
            "start": 873887264,
            "stop": 873887557
        },
        {
            "start": 873887621,
            "stop": 873887645
        },
        {
            "start": 873889778,
            "stop": 873889779
        },
        {
            "start": 873889796,
            "stop": 873889802
        },
        {
            "start": 873889852,
            "stop": 873889866
        },
        {
            "start": 873889885,
            "stop": 873889890
        },
        {
            "start": 873889933,
            "stop": 873889934
        },
        {
            "start": 873890033,
            "stop": 873890042
        },
        {
            "start": 873890061,
            "stop": 873890068
        },
        {
            "start": 873890087,
            "stop": 873890133
        },
        {
            "start": 873890158,
            "stop": 873890159
        },
        {
            "start": 873890212,
            "stop": 873890234
        },
        {
            "start": 873890263,
            "stop": 873890443
        },
        {
            "start": 873890467,
            "stop": 873890645
        },
        {
            "start": 873890666,
            "stop": 873891141
        },
        {
            "start": 873891196,
            "stop": 873891246
        },
        {
            "start": 873891265,
            "stop": 873891322
        },
        {
            "start": 873891348,
            "stop": 873891410
        },
        {
            "start": 873891433,
            "stop": 873891564
        },
        {
            "start": 873891593,
            "stop": 873891605
        }
    ]
}