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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=281",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 282,
    "results": [
        {
            "start": 931508696,
            "stop": 931508699
        },
        {
            "start": 931508771,
            "stop": 931508785
        },
        {
            "start": 931508890,
            "stop": 931508903
        },
        {
            "start": 931509150,
            "stop": 931509151
        },
        {
            "start": 931509196,
            "stop": 931509198
        },
        {
            "start": 931509271,
            "stop": 931509279
        },
        {
            "start": 931509394,
            "stop": 931509404
        },
        {
            "start": 931509511,
            "stop": 931509524
        },
        {
            "start": 931509610,
            "stop": 931509637
        },
        {
            "start": 931509656,
            "stop": 931509687
        },
        {
            "start": 931509719,
            "stop": 931509735
        },
        {
            "start": 931509756,
            "stop": 931509762
        },
        {
            "start": 931509790,
            "stop": 931509807
        },
        {
            "start": 931509889,
            "stop": 931509908
        },
        {
            "start": 931509963,
            "stop": 931509965
        },
        {
            "start": 931509984,
            "stop": 931510016
        },
        {
            "start": 931510035,
            "stop": 931510044
        },
        {
            "start": 931510139,
            "stop": 931510194
        },
        {
            "start": 931510217,
            "stop": 931510224
        },
        {
            "start": 931510243,
            "stop": 931510246
        }
    ]
}