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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=182",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 183,
    "results": [
        {
            "start": 837727128,
            "stop": 837801613
        },
        {
            "start": 837802960,
            "stop": 837815458
        },
        {
            "start": 837816730,
            "stop": 837831995
        },
        {
            "start": 837831999,
            "stop": 837832243
        },
        {
            "start": 837832247,
            "stop": 837832633
        },
        {
            "start": 837833685,
            "stop": 837833722
        },
        {
            "start": 837833725,
            "stop": 837833798
        },
        {
            "start": 837833802,
            "stop": 837833808
        },
        {
            "start": 837833812,
            "stop": 837833822
        },
        {
            "start": 837833826,
            "stop": 837834118
        },
        {
            "start": 837834122,
            "stop": 837834297
        },
        {
            "start": 837834301,
            "stop": 837834320
        },
        {
            "start": 837834324,
            "stop": 837834767
        },
        {
            "start": 837836150,
            "stop": 837836512
        },
        {
            "start": 837836516,
            "stop": 837837137
        },
        {
            "start": 837837141,
            "stop": 837843236
        },
        {
            "start": 837844536,
            "stop": 837865930
        },
        {
            "start": 837867035,
            "stop": 837871591
        },
        {
            "start": 837912587,
            "stop": 837924282
        },
        {
            "start": 837925060,
            "stop": 837960166
        }
    ]
}