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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=209",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 210,
    "results": [
        {
            "start": 956928674,
            "stop": 956928676
        },
        {
            "start": 956928679,
            "stop": 956928683
        },
        {
            "start": 956928686,
            "stop": 956928690
        },
        {
            "start": 956928693,
            "stop": 956928701
        },
        {
            "start": 956928704,
            "stop": 956928783
        },
        {
            "start": 956928788,
            "stop": 956928790
        },
        {
            "start": 956928825,
            "stop": 956928831
        },
        {
            "start": 956928834,
            "stop": 956928845
        },
        {
            "start": 956928849,
            "stop": 956928993
        },
        {
            "start": 956928996,
            "stop": 956929018
        },
        {
            "start": 956929024,
            "stop": 956929039
        },
        {
            "start": 956929042,
            "stop": 956929057
        },
        {
            "start": 956929060,
            "stop": 956929155
        },
        {
            "start": 956929158,
            "stop": 956929162
        },
        {
            "start": 956929166,
            "stop": 956929399
        },
        {
            "start": 956977893,
            "stop": 956978270
        },
        {
            "start": 956978273,
            "stop": 956978309
        },
        {
            "start": 956978313,
            "stop": 956978318
        },
        {
            "start": 956978321,
            "stop": 956978567
        },
        {
            "start": 956979708,
            "stop": 956988588
        }
    ]
}