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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3595",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3596,
    "results": [
        {
            "start": 871943614,
            "stop": 871944480
        },
        {
            "start": 871944600,
            "stop": 871945130
        },
        {
            "start": 871945134,
            "stop": 871945188
        },
        {
            "start": 871945205,
            "stop": 871945421
        },
        {
            "start": 871945440,
            "stop": 871945607
        },
        {
            "start": 871945624,
            "stop": 871946856
        },
        {
            "start": 871946873,
            "stop": 871947023
        },
        {
            "start": 871947041,
            "stop": 871947405
        },
        {
            "start": 871947422,
            "stop": 871947471
        },
        {
            "start": 871947488,
            "stop": 871947500
        },
        {
            "start": 871947517,
            "stop": 871947803
        },
        {
            "start": 871947820,
            "stop": 871948019
        },
        {
            "start": 871948036,
            "stop": 871948560
        },
        {
            "start": 871948620,
            "stop": 871950960
        },
        {
            "start": 871951041,
            "stop": 871952352
        },
        {
            "start": 871952369,
            "stop": 871953159
        },
        {
            "start": 871953176,
            "stop": 871953662
        },
        {
            "start": 871953679,
            "stop": 871954887
        },
        {
            "start": 871954904,
            "stop": 871957425
        },
        {
            "start": 871957442,
            "stop": 871958110
        }
    ]
}