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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=105",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 106,
    "results": [
        {
            "start": 818060327,
            "stop": 818060342
        },
        {
            "start": 818060345,
            "stop": 818060381
        },
        {
            "start": 818060384,
            "stop": 818060385
        },
        {
            "start": 818060389,
            "stop": 818060404
        },
        {
            "start": 818060407,
            "stop": 818060419
        },
        {
            "start": 818061390,
            "stop": 818061391
        },
        {
            "start": 818061403,
            "stop": 818061407
        },
        {
            "start": 818061411,
            "stop": 818061413
        },
        {
            "start": 818061427,
            "stop": 818061428
        },
        {
            "start": 818061435,
            "stop": 818061436
        },
        {
            "start": 818061439,
            "stop": 818061443
        },
        {
            "start": 818061446,
            "stop": 818061455
        },
        {
            "start": 818061462,
            "stop": 818061477
        },
        {
            "start": 818061483,
            "stop": 818061495
        },
        {
            "start": 818061498,
            "stop": 818061515
        },
        {
            "start": 818061519,
            "stop": 818061522
        },
        {
            "start": 818061525,
            "stop": 818061543
        },
        {
            "start": 818061548,
            "stop": 818061552
        },
        {
            "start": 818061557,
            "stop": 818061564
        },
        {
            "start": 818061567,
            "stop": 818061569
        }
    ]
}