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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=200",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 201,
    "results": [
        {
            "start": 839303394,
            "stop": 839303400
        },
        {
            "start": 839303403,
            "stop": 839303466
        },
        {
            "start": 839303470,
            "stop": 839303475
        },
        {
            "start": 839303480,
            "stop": 839303528
        },
        {
            "start": 839303533,
            "stop": 839303591
        },
        {
            "start": 839303600,
            "stop": 839303658
        },
        {
            "start": 839303662,
            "stop": 839303687
        },
        {
            "start": 839303691,
            "stop": 839303754
        },
        {
            "start": 839303759,
            "stop": 839303812
        },
        {
            "start": 839303825,
            "stop": 839303831
        },
        {
            "start": 839303835,
            "stop": 839303879
        },
        {
            "start": 839303888,
            "stop": 839303922
        },
        {
            "start": 839303926,
            "stop": 839303979
        },
        {
            "start": 839303984,
            "stop": 839304038
        },
        {
            "start": 839304047,
            "stop": 839304286
        },
        {
            "start": 839304290,
            "stop": 839304293
        },
        {
            "start": 839305275,
            "stop": 839305375
        },
        {
            "start": 839305389,
            "stop": 839305409
        },
        {
            "start": 839305418,
            "stop": 839305438
        },
        {
            "start": 839305442,
            "stop": 839305633
        }
    ]
}