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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=341",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 342,
    "results": [
        {
            "start": 931783192,
            "stop": 931783204
        },
        {
            "start": 931783206,
            "stop": 931783207
        },
        {
            "start": 931783208,
            "stop": 931783210
        },
        {
            "start": 931783213,
            "stop": 931783216
        },
        {
            "start": 931783220,
            "stop": 931783228
        },
        {
            "start": 931783230,
            "stop": 931783238
        },
        {
            "start": 931783239,
            "stop": 931783246
        },
        {
            "start": 931783247,
            "stop": 931783249
        },
        {
            "start": 931783251,
            "stop": 931783253
        },
        {
            "start": 931783255,
            "stop": 931783257
        },
        {
            "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
        }
    ]
}