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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=932",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 933,
    "results": [
        {
            "start": 866168135,
            "stop": 866168615
        },
        {
            "start": 866169816,
            "stop": 866169876
        },
        {
            "start": 866171009,
            "stop": 866171369
        },
        {
            "start": 866171504,
            "stop": 866171684
        },
        {
            "start": 866171834,
            "stop": 866172134
        },
        {
            "start": 866172164,
            "stop": 866172704
        },
        {
            "start": 866173840,
            "stop": 866175700
        },
        {
            "start": 866175864,
            "stop": 866183484
        },
        {
            "start": 866183634,
            "stop": 866184264
        },
        {
            "start": 866184470,
            "stop": 866184530
        },
        {
            "start": 866192687,
            "stop": 866193047
        },
        {
            "start": 866193583,
            "stop": 866197243
        },
        {
            "start": 866197404,
            "stop": 866205804
        },
        {
            "start": 866208246,
            "stop": 866209986
        },
        {
            "start": 866210158,
            "stop": 866210278
        },
        {
            "start": 866210482,
            "stop": 866210722
        },
        {
            "start": 866211997,
            "stop": 866216557
        },
        {
            "start": 866216861,
            "stop": 866217131
        },
        {
            "start": 866217364,
            "stop": 866217904
        },
        {
            "start": 866218083,
            "stop": 866220243
        }
    ]
}