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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=216",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 217,
    "results": [
        {
            "start": 1388761863,
            "stop": 1388764140
        },
        {
            "start": 1388764145,
            "stop": 1388765856
        },
        {
            "start": 1388765861,
            "stop": 1388766381
        },
        {
            "start": 1388770837,
            "stop": 1388773765
        },
        {
            "start": 1388773770,
            "stop": 1388774698
        },
        {
            "start": 1388774703,
            "stop": 1388775229
        },
        {
            "start": 1388778601,
            "stop": 1388779534
        },
        {
            "start": 1388779961,
            "stop": 1388781461
        },
        {
            "start": 1388781466,
            "stop": 1388783615
        },
        {
            "start": 1388796610,
            "stop": 1388805323
        },
        {
            "start": 1388805326,
            "stop": 1388812129
        },
        {
            "start": 1388812134,
            "stop": 1388815460
        },
        {
            "start": 1388815463,
            "stop": 1388824533
        },
        {
            "start": 1388943818,
            "stop": 1388946265
        },
        {
            "start": 1388946270,
            "stop": 1388947147
        },
        {
            "start": 1388950959,
            "stop": 1388952518
        },
        {
            "start": 1388966324,
            "stop": 1388966700
        },
        {
            "start": 1388966705,
            "stop": 1388971334
        },
        {
            "start": 1388971339,
            "stop": 1388979152
        },
        {
            "start": 1388979157,
            "stop": 1388982974
        }
    ]
}