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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 15,
    "results": [
        {
            "start": 1369468399,
            "stop": 1369468416
        },
        {
            "start": 1369468421,
            "stop": 1369468433
        },
        {
            "start": 1369468438,
            "stop": 1369468496
        },
        {
            "start": 1369468501,
            "stop": 1369468503
        },
        {
            "start": 1369468508,
            "stop": 1369468542
        },
        {
            "start": 1369468547,
            "stop": 1369468563
        },
        {
            "start": 1369468571,
            "stop": 1369468648
        },
        {
            "start": 1369468653,
            "stop": 1369468658
        },
        {
            "start": 1369468662,
            "stop": 1369468753
        },
        {
            "start": 1369468758,
            "stop": 1369468830
        },
        {
            "start": 1369468839,
            "stop": 1369468852
        },
        {
            "start": 1369468857,
            "stop": 1369468902
        },
        {
            "start": 1369468907,
            "stop": 1369468963
        },
        {
            "start": 1369468968,
            "stop": 1369468983
        },
        {
            "start": 1369468988,
            "stop": 1369469000
        },
        {
            "start": 1369469005,
            "stop": 1369469017
        },
        {
            "start": 1369469022,
            "stop": 1369469041
        },
        {
            "start": 1369469046,
            "stop": 1369469059
        },
        {
            "start": 1369469063,
            "stop": 1369469071
        },
        {
            "start": 1369469076,
            "stop": 1369469088
        }
    ]
}