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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=348",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 349,
    "results": [
        {
            "start": 931921270,
            "stop": 931921314
        },
        {
            "start": 931921318,
            "stop": 931921327
        },
        {
            "start": 931921332,
            "stop": 931921335
        },
        {
            "start": 931921339,
            "stop": 931921358
        },
        {
            "start": 931921362,
            "stop": 931921391
        },
        {
            "start": 931921393,
            "stop": 931921398
        },
        {
            "start": 931921400,
            "stop": 931921447
        },
        {
            "start": 931921450,
            "stop": 931921472
        },
        {
            "start": 931921474,
            "stop": 931921477
        },
        {
            "start": 931921480,
            "stop": 931921505
        },
        {
            "start": 931921507,
            "stop": 931921509
        },
        {
            "start": 931921511,
            "stop": 931921526
        },
        {
            "start": 931921528,
            "stop": 931921564
        },
        {
            "start": 931921566,
            "stop": 931921575
        },
        {
            "start": 931921577,
            "stop": 931921579
        },
        {
            "start": 931932681,
            "stop": 931932684
        },
        {
            "start": 931932839,
            "stop": 931932840
        },
        {
            "start": 931932874,
            "stop": 931932875
        },
        {
            "start": 931932893,
            "stop": 931932894
        },
        {
            "start": 931932908,
            "stop": 931932909
        }
    ]
}