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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 139,
    "results": [
        {
            "start": 1417304821,
            "stop": 1417307643
        },
        {
            "start": 1417307647,
            "stop": 1417313279
        },
        {
            "start": 1417318696,
            "stop": 1417320069
        },
        {
            "start": 1417320074,
            "stop": 1417344333
        },
        {
            "start": 1417344338,
            "stop": 1417351350
        },
        {
            "start": 1417351355,
            "stop": 1417358852
        },
        {
            "start": 1417358857,
            "stop": 1417362681
        },
        {
            "start": 1417362684,
            "stop": 1417363901
        },
        {
            "start": 1417363906,
            "stop": 1417364527
        },
        {
            "start": 1417364532,
            "stop": 1417367854
        },
        {
            "start": 1417367859,
            "stop": 1417369067
        },
        {
            "start": 1417369070,
            "stop": 1417371400
        },
        {
            "start": 1417371405,
            "stop": 1417371411
        },
        {
            "start": 1417371416,
            "stop": 1417376410
        },
        {
            "start": 1417376414,
            "stop": 1417376830
        },
        {
            "start": 1417376835,
            "stop": 1417377651
        },
        {
            "start": 1417377654,
            "stop": 1417378820
        },
        {
            "start": 1417378824,
            "stop": 1417379278
        },
        {
            "start": 1417379283,
            "stop": 1417382164
        },
        {
            "start": 1417382169,
            "stop": 1417383991
        }
    ]
}