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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=292",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 293,
    "results": [
        {
            "start": 820857155,
            "stop": 820857443
        },
        {
            "start": 820857446,
            "stop": 820857600
        },
        {
            "start": 820857660,
            "stop": 820857900
        },
        {
            "start": 820857960,
            "stop": 820858027
        },
        {
            "start": 820858030,
            "stop": 820858076
        },
        {
            "start": 820859713,
            "stop": 820860062
        },
        {
            "start": 820860065,
            "stop": 820860220
        },
        {
            "start": 820860340,
            "stop": 820860463
        },
        {
            "start": 820860466,
            "stop": 820860540
        },
        {
            "start": 820860600,
            "stop": 820860733
        },
        {
            "start": 820861472,
            "stop": 820861557
        },
        {
            "start": 820862326,
            "stop": 820862385
        },
        {
            "start": 820862388,
            "stop": 820862460
        },
        {
            "start": 820862700,
            "stop": 820862820
        },
        {
            "start": 820862940,
            "stop": 820863120
        },
        {
            "start": 820863180,
            "stop": 820863540
        },
        {
            "start": 820863600,
            "stop": 820863606
        },
        {
            "start": 820863609,
            "stop": 820863660
        },
        {
            "start": 820865924,
            "stop": 820866240
        },
        {
            "start": 820866300,
            "stop": 820866313
        }
    ]
}