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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=132",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 133,
    "results": [
        {
            "start": 953602852,
            "stop": 953602854
        },
        {
            "start": 953602857,
            "stop": 953602868
        },
        {
            "start": 953616439,
            "stop": 953617432
        },
        {
            "start": 953617436,
            "stop": 953617519
        },
        {
            "start": 953617522,
            "stop": 953617603
        },
        {
            "start": 953617607,
            "stop": 953617617
        },
        {
            "start": 953617620,
            "stop": 953617628
        },
        {
            "start": 953617633,
            "stop": 953617639
        },
        {
            "start": 953617643,
            "stop": 953617644
        },
        {
            "start": 953617659,
            "stop": 953617743
        },
        {
            "start": 953617745,
            "stop": 953617747
        },
        {
            "start": 953617750,
            "stop": 953617751
        },
        {
            "start": 953617777,
            "stop": 953617779
        },
        {
            "start": 953617782,
            "stop": 953617827
        },
        {
            "start": 953617829,
            "stop": 953617831
        },
        {
            "start": 953617846,
            "stop": 953617859
        },
        {
            "start": 953617862,
            "stop": 953617950
        },
        {
            "start": 953617954,
            "stop": 953617989
        },
        {
            "start": 953617994,
            "stop": 953618631
        },
        {
            "start": 953618634,
            "stop": 953618642
        }
    ]
}