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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=144",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 145,
    "results": [
        {
            "start": 954312018,
            "stop": 954312033
        },
        {
            "start": 954312045,
            "stop": 954312072
        },
        {
            "start": 954312075,
            "stop": 954312085
        },
        {
            "start": 954312089,
            "stop": 954312247
        },
        {
            "start": 954312252,
            "stop": 954312254
        },
        {
            "start": 954312260,
            "stop": 954312266
        },
        {
            "start": 954312269,
            "stop": 954312270
        },
        {
            "start": 954312276,
            "stop": 954312281
        },
        {
            "start": 954312285,
            "stop": 954312320
        },
        {
            "start": 954312325,
            "stop": 954312350
        },
        {
            "start": 954312360,
            "stop": 954312361
        },
        {
            "start": 954312367,
            "stop": 954312375
        },
        {
            "start": 954312383,
            "stop": 954312388
        },
        {
            "start": 954312396,
            "stop": 954312416
        },
        {
            "start": 954312423,
            "stop": 954312425
        },
        {
            "start": 954312440,
            "stop": 954312441
        },
        {
            "start": 954312449,
            "stop": 954312452
        },
        {
            "start": 954312455,
            "stop": 954312539
        },
        {
            "start": 954312542,
            "stop": 954312573
        },
        {
            "start": 954312577,
            "stop": 954312677
        }
    ]
}