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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=275",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 276,
    "results": [
        {
            "start": 966486725,
            "stop": 966486730
        },
        {
            "start": 966486738,
            "stop": 966486751
        },
        {
            "start": 966486754,
            "stop": 966486874
        },
        {
            "start": 966486878,
            "stop": 966486888
        },
        {
            "start": 966486891,
            "stop": 966486913
        },
        {
            "start": 966486917,
            "stop": 966487068
        },
        {
            "start": 966487072,
            "stop": 966487707
        },
        {
            "start": 966487710,
            "stop": 966487887
        },
        {
            "start": 966487890,
            "stop": 966487962
        },
        {
            "start": 966487966,
            "stop": 966488236
        },
        {
            "start": 966488242,
            "stop": 966488325
        },
        {
            "start": 966488331,
            "stop": 966488403
        },
        {
            "start": 966488411,
            "stop": 966488432
        },
        {
            "start": 966488436,
            "stop": 966488437
        },
        {
            "start": 966488440,
            "stop": 966488460
        },
        {
            "start": 966488465,
            "stop": 966488499
        },
        {
            "start": 966488523,
            "stop": 966488524
        },
        {
            "start": 966488527,
            "stop": 966488528
        },
        {
            "start": 966488532,
            "stop": 966488549
        },
        {
            "start": 966488552,
            "stop": 966488825
        }
    ]
}