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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=281",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 282,
    "results": [
        {
            "start": 820597122,
            "stop": 820597300
        },
        {
            "start": 820597420,
            "stop": 820597887
        },
        {
            "start": 820597891,
            "stop": 820597946
        },
        {
            "start": 820598160,
            "stop": 820598460
        },
        {
            "start": 820598520,
            "stop": 820598700
        },
        {
            "start": 820598760,
            "stop": 820600140
        },
        {
            "start": 820600200,
            "stop": 820600805
        },
        {
            "start": 820600925,
            "stop": 820601100
        },
        {
            "start": 820601160,
            "stop": 820601220
        },
        {
            "start": 820601280,
            "stop": 820601400
        },
        {
            "start": 820601460,
            "stop": 820601580
        },
        {
            "start": 820601640,
            "stop": 820601986
        },
        {
            "start": 820601989,
            "stop": 820602420
        },
        {
            "start": 820602480,
            "stop": 820602525
        },
        {
            "start": 820602528,
            "stop": 820603507
        },
        {
            "start": 820603510,
            "stop": 820603520
        },
        {
            "start": 820603552,
            "stop": 820603860
        },
        {
            "start": 820603980,
            "stop": 820604055
        },
        {
            "start": 820604059,
            "stop": 820604470
        },
        {
            "start": 820604474,
            "stop": 820604664
        }
    ]
}