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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 179,
    "results": [
        {
            "start": 1239867307,
            "stop": 1239867658
        },
        {
            "start": 1239867659,
            "stop": 1239867670
        },
        {
            "start": 1239867673,
            "stop": 1239867712
        },
        {
            "start": 1239867714,
            "stop": 1239868177
        },
        {
            "start": 1239868179,
            "stop": 1239868282
        },
        {
            "start": 1239868284,
            "stop": 1239868324
        },
        {
            "start": 1239868326,
            "stop": 1239868440
        },
        {
            "start": 1239868442,
            "stop": 1239868954
        },
        {
            "start": 1239868955,
            "stop": 1239868999
        },
        {
            "start": 1239869001,
            "stop": 1239869127
        },
        {
            "start": 1239869128,
            "stop": 1239869830
        },
        {
            "start": 1239869831,
            "stop": 1239870349
        },
        {
            "start": 1239870351,
            "stop": 1239870455
        },
        {
            "start": 1239870456,
            "stop": 1239870474
        },
        {
            "start": 1239870475,
            "stop": 1239870676
        },
        {
            "start": 1239870678,
            "stop": 1239870718
        },
        {
            "start": 1239870719,
            "stop": 1239871319
        },
        {
            "start": 1239871320,
            "stop": 1239871525
        },
        {
            "start": 1239871526,
            "stop": 1239871556
        },
        {
            "start": 1239871557,
            "stop": 1239871725
        }
    ]
}