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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=321",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 322,
    "results": [
        {
            "start": 931858228,
            "stop": 931858230
        },
        {
            "start": 931858233,
            "stop": 931858239
        },
        {
            "start": 931858241,
            "stop": 931858248
        },
        {
            "start": 931858250,
            "stop": 931858257
        },
        {
            "start": 931858260,
            "stop": 931858266
        },
        {
            "start": 931858271,
            "stop": 931858292
        },
        {
            "start": 931858294,
            "stop": 931858320
        },
        {
            "start": 931858322,
            "stop": 931858329
        },
        {
            "start": 931858331,
            "stop": 931858339
        },
        {
            "start": 931858341,
            "stop": 931858342
        },
        {
            "start": 931858344,
            "stop": 931858350
        },
        {
            "start": 931858353,
            "stop": 931858361
        },
        {
            "start": 931858363,
            "stop": 931858371
        },
        {
            "start": 931858376,
            "stop": 931858379
        },
        {
            "start": 931858383,
            "stop": 931858384
        },
        {
            "start": 931858389,
            "stop": 931858391
        },
        {
            "start": 931858399,
            "stop": 931858401
        },
        {
            "start": 931858403,
            "stop": 931858404
        },
        {
            "start": 931858407,
            "stop": 931858418
        },
        {
            "start": 931858421,
            "stop": 931858422
        }
    ]
}