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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1881",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1882,
    "results": [
        {
            "start": 846101830,
            "stop": 846106610
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117790,
            "stop": 846118495
        },
        {
            "start": 846119006,
            "stop": 846135855
        },
        {
            "start": 846136155,
            "stop": 846136899
        },
        {
            "start": 846137229,
            "stop": 846137307
        },
        {
            "start": 846137763,
            "stop": 846138142
        },
        {
            "start": 846138252,
            "stop": 846138654
        },
        {
            "start": 846138954,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173276
        },
        {
            "start": 846174914,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846179685
        },
        {
            "start": 846179690,
            "stop": 846179735
        },
        {
            "start": 846179740,
            "stop": 846188730
        },
        {
            "start": 846188790,
            "stop": 846188910
        },
        {
            "start": 846188970,
            "stop": 846188971
        },
        {
            "start": 846189081,
            "stop": 846189302
        },
        {
            "start": 846189602,
            "stop": 846190682
        },
        {
            "start": 846190684,
            "stop": 846191721
        },
        {
            "start": 846192021,
            "stop": 846192264
        }
    ]
}