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=9045
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=9046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9044",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9045,
    "results": [
        {
            "start": 874276499,
            "stop": 874276666
        },
        {
            "start": 874276685,
            "stop": 874277733
        },
        {
            "start": 874277750,
            "stop": 874278246
        },
        {
            "start": 874278266,
            "stop": 874278394
        },
        {
            "start": 874278416,
            "stop": 874279638
        },
        {
            "start": 874279655,
            "stop": 874281645
        },
        {
            "start": 874282409,
            "stop": 874282481
        },
        {
            "start": 874282500,
            "stop": 874283310
        },
        {
            "start": 874283329,
            "stop": 874286279
        },
        {
            "start": 874286312,
            "stop": 874286423
        },
        {
            "start": 874286442,
            "stop": 874286446
        },
        {
            "start": 874286466,
            "stop": 874286643
        },
        {
            "start": 874286831,
            "stop": 874286941
        },
        {
            "start": 874286960,
            "stop": 874287125
        },
        {
            "start": 874287420,
            "stop": 874287480
        },
        {
            "start": 874287731,
            "stop": 874287908
        },
        {
            "start": 874287927,
            "stop": 874288929
        },
        {
            "start": 874288948,
            "stop": 874289174
        },
        {
            "start": 874289194,
            "stop": 874289550
        },
        {
            "start": 874290510,
            "stop": 874291073
        }
    ]
}