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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=109",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 110,
    "results": [
        {
            "start": 959962800,
            "stop": 959966436
        },
        {
            "start": 959969809,
            "stop": 959973357
        },
        {
            "start": 959977258,
            "stop": 959980691
        },
        {
            "start": 959982079,
            "stop": 959984750
        },
        {
            "start": 959989659,
            "stop": 959992887
        },
        {
            "start": 960003979,
            "stop": 960030649
        },
        {
            "start": 960072143,
            "stop": 960078613
        },
        {
            "start": 960100429,
            "stop": 960104481
        },
        {
            "start": 960105426,
            "stop": 960116690
        },
        {
            "start": 960125236,
            "stop": 960125881
        },
        {
            "start": 960183985,
            "stop": 960188711
        },
        {
            "start": 960192386,
            "stop": 960197774
        },
        {
            "start": 960198772,
            "stop": 960203087
        },
        {
            "start": 960207975,
            "stop": 960208571
        },
        {
            "start": 960209484,
            "stop": 960221047
        },
        {
            "start": 960224527,
            "stop": 960245141
        },
        {
            "start": 960251946,
            "stop": 960253758
        },
        {
            "start": 960254205,
            "stop": 960276192
        },
        {
            "start": 960277270,
            "stop": 960278346
        },
        {
            "start": 960278512,
            "stop": 960290045
        }
    ]
}