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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33275",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33276,
    "results": [
        {
            "start": 970998336,
            "stop": 970998348
        },
        {
            "start": 970998349,
            "stop": 970998358
        },
        {
            "start": 970998361,
            "stop": 970998373
        },
        {
            "start": 970998374,
            "stop": 970998378
        },
        {
            "start": 970998381,
            "stop": 970998411
        },
        {
            "start": 970998412,
            "stop": 970998442
        },
        {
            "start": 970998445,
            "stop": 970998450
        },
        {
            "start": 970998451,
            "stop": 970998453
        },
        {
            "start": 970998454,
            "stop": 970998482
        },
        {
            "start": 970998485,
            "stop": 970998509
        },
        {
            "start": 970998513,
            "stop": 970998526
        },
        {
            "start": 970998527,
            "stop": 970998615
        },
        {
            "start": 970998616,
            "stop": 970998638
        },
        {
            "start": 970998641,
            "stop": 970998653
        },
        {
            "start": 970998654,
            "stop": 970998655
        },
        {
            "start": 970998656,
            "stop": 970998667
        },
        {
            "start": 970998668,
            "stop": 970998672
        },
        {
            "start": 970998673,
            "stop": 970998677
        },
        {
            "start": 970998678,
            "stop": 970998738
        },
        {
            "start": 970998739,
            "stop": 970998744
        }
    ]
}