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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=140",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 141,
    "results": [
        {
            "start": 931401321,
            "stop": 931401326
        },
        {
            "start": 931401328,
            "stop": 931401349
        },
        {
            "start": 931401351,
            "stop": 931401353
        },
        {
            "start": 931401355,
            "stop": 931401357
        },
        {
            "start": 931401359,
            "stop": 931401367
        },
        {
            "start": 931401370,
            "stop": 931401375
        },
        {
            "start": 931401386,
            "stop": 931401388
        },
        {
            "start": 931401391,
            "stop": 931401396
        },
        {
            "start": 931401398,
            "stop": 931401400
        },
        {
            "start": 931401402,
            "stop": 931401409
        },
        {
            "start": 931401411,
            "stop": 931401419
        },
        {
            "start": 931401421,
            "stop": 931401427
        },
        {
            "start": 931401429,
            "stop": 931401432
        },
        {
            "start": 931401434,
            "stop": 931401439
        },
        {
            "start": 931401444,
            "stop": 931401447
        },
        {
            "start": 931401450,
            "stop": 931401457
        },
        {
            "start": 931401460,
            "stop": 931401463
        },
        {
            "start": 931401465,
            "stop": 931401470
        },
        {
            "start": 931401472,
            "stop": 931401482
        },
        {
            "start": 931401484,
            "stop": 931401494
        }
    ]
}