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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=218",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 219,
    "results": [
        {
            "start": 1177095058,
            "stop": 1177095059
        },
        {
            "start": 1177095063,
            "stop": 1177095528
        },
        {
            "start": 1177095530,
            "stop": 1177096923
        },
        {
            "start": 1177096924,
            "stop": 1177096925
        },
        {
            "start": 1177096926,
            "stop": 1177096965
        },
        {
            "start": 1177096966,
            "stop": 1177097181
        },
        {
            "start": 1177097182,
            "stop": 1177097602
        },
        {
            "start": 1177097603,
            "stop": 1177097648
        },
        {
            "start": 1177097649,
            "stop": 1177097708
        },
        {
            "start": 1177097709,
            "stop": 1177097963
        },
        {
            "start": 1177097964,
            "stop": 1177098078
        },
        {
            "start": 1177098079,
            "stop": 1177098206
        },
        {
            "start": 1177098209,
            "stop": 1177098235
        },
        {
            "start": 1177098237,
            "stop": 1177098300
        },
        {
            "start": 1177098302,
            "stop": 1177098374
        },
        {
            "start": 1177098376,
            "stop": 1177098377
        },
        {
            "start": 1177098378,
            "stop": 1177098379
        },
        {
            "start": 1177098381,
            "stop": 1177098453
        },
        {
            "start": 1177098456,
            "stop": 1177098457
        },
        {
            "start": 1177098458,
            "stop": 1177098464
        }
    ]
}