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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=266",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 267,
    "results": [
        {
            "start": 849958661,
            "stop": 849958686
        },
        {
            "start": 849958695,
            "stop": 849958753
        },
        {
            "start": 849958983,
            "stop": 849959041
        },
        {
            "start": 849959079,
            "stop": 849959089
        },
        {
            "start": 849959107,
            "stop": 849959113
        },
        {
            "start": 849959155,
            "stop": 849959166
        },
        {
            "start": 849959170,
            "stop": 849959176
        },
        {
            "start": 849959180,
            "stop": 849959310
        },
        {
            "start": 849959314,
            "stop": 849959325
        },
        {
            "start": 849959334,
            "stop": 849959383
        },
        {
            "start": 849959387,
            "stop": 849959531
        },
        {
            "start": 849959558,
            "stop": 849959564
        },
        {
            "start": 849959568,
            "stop": 849959834
        },
        {
            "start": 849959852,
            "stop": 849959857
        },
        {
            "start": 849959866,
            "stop": 849959901
        },
        {
            "start": 849959909,
            "stop": 849960251
        },
        {
            "start": 849960260,
            "stop": 849960280
        },
        {
            "start": 849960284,
            "stop": 849960294
        },
        {
            "start": 849960298,
            "stop": 849960304
        },
        {
            "start": 849960313,
            "stop": 849960319
        }
    ]
}