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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=158",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 159,
    "results": [
        {
            "start": 1382457400,
            "stop": 1382469817
        },
        {
            "start": 1382469821,
            "stop": 1382472121
        },
        {
            "start": 1382487465,
            "stop": 1382488988
        },
        {
            "start": 1382488993,
            "stop": 1382491885
        },
        {
            "start": 1382491890,
            "stop": 1382497863
        },
        {
            "start": 1382509559,
            "stop": 1382522302
        },
        {
            "start": 1382522307,
            "stop": 1382522442
        },
        {
            "start": 1382522447,
            "stop": 1382534153
        },
        {
            "start": 1382534157,
            "stop": 1382534646
        },
        {
            "start": 1382534651,
            "stop": 1382534786
        },
        {
            "start": 1382534861,
            "stop": 1382535208
        },
        {
            "start": 1382535211,
            "stop": 1382535534
        },
        {
            "start": 1382535975,
            "stop": 1382548714
        },
        {
            "start": 1382548719,
            "stop": 1382548933
        },
        {
            "start": 1382548938,
            "stop": 1382549717
        },
        {
            "start": 1382557608,
            "stop": 1382560134
        },
        {
            "start": 1382560139,
            "stop": 1382561227
        },
        {
            "start": 1382570097,
            "stop": 1382575080
        },
        {
            "start": 1382575084,
            "stop": 1382577080
        },
        {
            "start": 1382577085,
            "stop": 1382577915
        }
    ]
}