Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=49",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 50,
    "results": [
        {
            "start": 940971201,
            "stop": 940971377
        },
        {
            "start": 940971380,
            "stop": 940971382
        },
        {
            "start": 940971385,
            "stop": 940972644
        },
        {
            "start": 940972647,
            "stop": 940972651
        },
        {
            "start": 940972659,
            "stop": 940973085
        },
        {
            "start": 940973088,
            "stop": 940973707
        },
        {
            "start": 940973715,
            "stop": 940973876
        },
        {
            "start": 940973879,
            "stop": 940973904
        },
        {
            "start": 940973907,
            "stop": 940973910
        },
        {
            "start": 940973914,
            "stop": 940973961
        },
        {
            "start": 940973964,
            "stop": 940973979
        },
        {
            "start": 940973982,
            "stop": 940975282
        },
        {
            "start": 940975294,
            "stop": 940975295
        },
        {
            "start": 940975303,
            "stop": 940976183
        },
        {
            "start": 940976186,
            "stop": 940976195
        },
        {
            "start": 940976197,
            "stop": 940976306
        },
        {
            "start": 940976309,
            "stop": 940976459
        },
        {
            "start": 940976462,
            "stop": 940976464
        },
        {
            "start": 940976494,
            "stop": 940976569
        },
        {
            "start": 940984501,
            "stop": 940984584
        }
    ]
}