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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=323",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 324,
    "results": [
        {
            "start": 931766148,
            "stop": 931766193
        },
        {
            "start": 931766196,
            "stop": 931766382
        },
        {
            "start": 931766384,
            "stop": 931766415
        },
        {
            "start": 931766775,
            "stop": 931767134
        },
        {
            "start": 931767136,
            "stop": 931767251
        },
        {
            "start": 931767252,
            "stop": 931767268
        },
        {
            "start": 931767270,
            "stop": 931767271
        },
        {
            "start": 931767273,
            "stop": 931767276
        },
        {
            "start": 931767277,
            "stop": 931767336
        },
        {
            "start": 931767338,
            "stop": 931767392
        },
        {
            "start": 931767394,
            "stop": 931767467
        },
        {
            "start": 931767470,
            "stop": 931767482
        },
        {
            "start": 931767485,
            "stop": 931767498
        },
        {
            "start": 931767500,
            "stop": 931767512
        },
        {
            "start": 931767515,
            "stop": 931767527
        },
        {
            "start": 931767530,
            "stop": 931767557
        },
        {
            "start": 931767560,
            "stop": 931767618
        },
        {
            "start": 931767620,
            "stop": 931767633
        },
        {
            "start": 931767635,
            "stop": 931767648
        },
        {
            "start": 931767650,
            "stop": 931767663
        }
    ]
}