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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=199",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 200,
    "results": [
        {
            "start": 1386633901,
            "stop": 1386637199
        },
        {
            "start": 1386637204,
            "stop": 1386637606
        },
        {
            "start": 1386637611,
            "stop": 1386638734
        },
        {
            "start": 1386638738,
            "stop": 1386644517
        },
        {
            "start": 1386644522,
            "stop": 1386653387
        },
        {
            "start": 1386653392,
            "stop": 1386655450
        },
        {
            "start": 1386661394,
            "stop": 1386667933
        },
        {
            "start": 1386667938,
            "stop": 1386669444
        },
        {
            "start": 1386669449,
            "stop": 1386674148
        },
        {
            "start": 1386674153,
            "stop": 1386676639
        },
        {
            "start": 1386676644,
            "stop": 1386688769
        },
        {
            "start": 1386688774,
            "stop": 1386692106
        },
        {
            "start": 1386692110,
            "stop": 1386696424
        },
        {
            "start": 1386696429,
            "stop": 1386698141
        },
        {
            "start": 1386698146,
            "stop": 1386717579
        },
        {
            "start": 1386717584,
            "stop": 1386718663
        },
        {
            "start": 1386720590,
            "stop": 1386724956
        },
        {
            "start": 1386724961,
            "stop": 1386726830
        },
        {
            "start": 1386726835,
            "stop": 1386734296
        },
        {
            "start": 1386734301,
            "stop": 1386753481
        }
    ]
}