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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 274,
    "results": [
        {
            "start": 931783264,
            "stop": 931783265
        },
        {
            "start": 931783266,
            "stop": 931783267
        },
        {
            "start": 931783269,
            "stop": 931783273
        },
        {
            "start": 931783275,
            "stop": 931783279
        },
        {
            "start": 931783280,
            "stop": 931783284
        },
        {
            "start": 931783286,
            "stop": 931783292
        },
        {
            "start": 931783294,
            "stop": 931783298
        },
        {
            "start": 931783299,
            "stop": 931783304
        },
        {
            "start": 931783306,
            "stop": 931783361
        },
        {
            "start": 931783363,
            "stop": 931783465
        },
        {
            "start": 931783466,
            "stop": 931783470
        },
        {
            "start": 931783472,
            "stop": 931783482
        },
        {
            "start": 931783485,
            "stop": 931783490
        },
        {
            "start": 931783495,
            "stop": 931783558
        },
        {
            "start": 931783560,
            "stop": 931783561
        },
        {
            "start": 931783563,
            "stop": 931783577
        },
        {
            "start": 931783579,
            "stop": 931783582
        },
        {
            "start": 931783585,
            "stop": 931783608
        },
        {
            "start": 931783610,
            "stop": 931783622
        },
        {
            "start": 931783623,
            "stop": 931783639
        }
    ]
}