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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=115",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 116,
    "results": [
        {
            "start": 932617859,
            "stop": 932618233
        },
        {
            "start": 932618259,
            "stop": 932618304
        },
        {
            "start": 932618323,
            "stop": 932618693
        },
        {
            "start": 932618710,
            "stop": 932618850
        },
        {
            "start": 932619518,
            "stop": 932619519
        },
        {
            "start": 932619538,
            "stop": 932619763
        },
        {
            "start": 932619782,
            "stop": 932620224
        },
        {
            "start": 932620243,
            "stop": 932620244
        },
        {
            "start": 932620263,
            "stop": 932620299
        },
        {
            "start": 932620318,
            "stop": 932620330
        },
        {
            "start": 932620349,
            "stop": 932620365
        },
        {
            "start": 932620384,
            "stop": 932620559
        },
        {
            "start": 932620578,
            "stop": 932620636
        },
        {
            "start": 932620670,
            "stop": 932620682
        },
        {
            "start": 932620727,
            "stop": 932620799
        },
        {
            "start": 932620831,
            "stop": 932620844
        },
        {
            "start": 932620907,
            "stop": 932620967
        },
        {
            "start": 932620988,
            "stop": 932621003
        },
        {
            "start": 932621022,
            "stop": 932621095
        },
        {
            "start": 932621114,
            "stop": 932621218
        }
    ]
}