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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=269",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 270,
    "results": [
        {
            "start": 830320293,
            "stop": 830320353
        },
        {
            "start": 830320566,
            "stop": 830320626
        },
        {
            "start": 830320800,
            "stop": 830323260
        },
        {
            "start": 830323588,
            "stop": 830323768
        },
        {
            "start": 830324126,
            "stop": 830324186
        },
        {
            "start": 830324355,
            "stop": 830324415
        },
        {
            "start": 830324740,
            "stop": 830324800
        },
        {
            "start": 830325301,
            "stop": 830325361
        },
        {
            "start": 830325503,
            "stop": 830325683
        },
        {
            "start": 830325872,
            "stop": 830325932
        },
        {
            "start": 830326315,
            "stop": 830326645
        },
        {
            "start": 830326735,
            "stop": 830328355
        },
        {
            "start": 830330982,
            "stop": 830331222
        },
        {
            "start": 830331390,
            "stop": 830331810
        },
        {
            "start": 830332950,
            "stop": 830334720
        },
        {
            "start": 830334870,
            "stop": 830337510
        },
        {
            "start": 830337660,
            "stop": 830341830
        },
        {
            "start": 830345272,
            "stop": 830345332
        },
        {
            "start": 830345470,
            "stop": 830345830
        },
        {
            "start": 830345970,
            "stop": 830346090
        }
    ]
}