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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=223",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 224,
    "results": [
        {
            "start": 931459271,
            "stop": 931459280
        },
        {
            "start": 931459282,
            "stop": 931459284
        },
        {
            "start": 931459286,
            "stop": 931459287
        },
        {
            "start": 931459289,
            "stop": 931459300
        },
        {
            "start": 931459303,
            "stop": 931459305
        },
        {
            "start": 931459307,
            "stop": 931459311
        },
        {
            "start": 931459314,
            "stop": 931459381
        },
        {
            "start": 931459385,
            "stop": 931459395
        },
        {
            "start": 931459397,
            "stop": 931459408
        },
        {
            "start": 931459411,
            "stop": 931459412
        },
        {
            "start": 931459414,
            "stop": 931459426
        },
        {
            "start": 931459428,
            "stop": 931459430
        },
        {
            "start": 931459435,
            "stop": 931459438
        },
        {
            "start": 931459440,
            "stop": 931459455
        },
        {
            "start": 931459457,
            "stop": 931459459
        },
        {
            "start": 931459461,
            "stop": 931459464
        },
        {
            "start": 931459466,
            "stop": 931459494
        },
        {
            "start": 931459496,
            "stop": 931459525
        },
        {
            "start": 931459527,
            "stop": 931459544
        },
        {
            "start": 931459546,
            "stop": 931459552
        }
    ]
}