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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 55,
    "results": [
        {
            "start": 1372034081,
            "stop": 1372035864
        },
        {
            "start": 1372035869,
            "stop": 1372036841
        },
        {
            "start": 1372036844,
            "stop": 1372038747
        },
        {
            "start": 1372038750,
            "stop": 1372038794
        },
        {
            "start": 1372038799,
            "stop": 1372052420
        },
        {
            "start": 1372052425,
            "stop": 1372054518
        },
        {
            "start": 1372054521,
            "stop": 1372059416
        },
        {
            "start": 1372059420,
            "stop": 1372060786
        },
        {
            "start": 1372060791,
            "stop": 1372060936
        },
        {
            "start": 1372060941,
            "stop": 1372061071
        },
        {
            "start": 1372061075,
            "stop": 1372073312
        },
        {
            "start": 1372073317,
            "stop": 1372074829
        },
        {
            "start": 1372074834,
            "stop": 1372077257
        },
        {
            "start": 1372077262,
            "stop": 1372077804
        },
        {
            "start": 1372077808,
            "stop": 1372081686
        },
        {
            "start": 1372081689,
            "stop": 1372082899
        },
        {
            "start": 1372082904,
            "stop": 1372086399
        },
        {
            "start": 1372086404,
            "stop": 1372086714
        },
        {
            "start": 1372125173,
            "stop": 1372126856
        },
        {
            "start": 1372126896,
            "stop": 1372130640
        }
    ]
}