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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=196",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 197,
    "results": [
        {
            "start": 816850989,
            "stop": 816851085
        },
        {
            "start": 816851102,
            "stop": 816851106
        },
        {
            "start": 816851118,
            "stop": 816851121
        },
        {
            "start": 816851128,
            "stop": 816851188
        },
        {
            "start": 816851192,
            "stop": 816851203
        },
        {
            "start": 816851207,
            "stop": 816851403
        },
        {
            "start": 816851407,
            "stop": 816851409
        },
        {
            "start": 816851415,
            "stop": 816851463
        },
        {
            "start": 816851466,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816852860
        },
        {
            "start": 816852865,
            "stop": 816852866
        },
        {
            "start": 816852872,
            "stop": 816852875
        },
        {
            "start": 816852878,
            "stop": 816852879
        },
        {
            "start": 816852885,
            "stop": 816852909
        },
        {
            "start": 816852913,
            "stop": 816852943
        },
        {
            "start": 816852947,
            "stop": 816852950
        },
        {
            "start": 816852954,
            "stop": 816852958
        },
        {
            "start": 816852963,
            "stop": 816853004
        },
        {
            "start": 816853009,
            "stop": 816853012
        },
        {
            "start": 816853016,
            "stop": 816853017
        }
    ]
}