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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 86,
    "results": [
        {
            "start": 1410939714,
            "stop": 1410940407
        },
        {
            "start": 1410940412,
            "stop": 1410949523
        },
        {
            "start": 1410949600,
            "stop": 1410957531
        },
        {
            "start": 1410970317,
            "stop": 1410977298
        },
        {
            "start": 1410977303,
            "stop": 1410982526
        },
        {
            "start": 1410982530,
            "stop": 1410983402
        },
        {
            "start": 1410989452,
            "stop": 1410990582
        },
        {
            "start": 1410990587,
            "stop": 1410991322
        },
        {
            "start": 1410991327,
            "stop": 1410994363
        },
        {
            "start": 1410998405,
            "stop": 1411003548
        },
        {
            "start": 1411003552,
            "stop": 1411007107
        },
        {
            "start": 1411007112,
            "stop": 1411008848
        },
        {
            "start": 1411008852,
            "stop": 1411009939
        },
        {
            "start": 1411009944,
            "stop": 1411010602
        },
        {
            "start": 1411010607,
            "stop": 1411010961
        },
        {
            "start": 1411010966,
            "stop": 1411017220
        },
        {
            "start": 1411017225,
            "stop": 1411020398
        },
        {
            "start": 1411020403,
            "stop": 1411027434
        },
        {
            "start": 1411027439,
            "stop": 1411033045
        },
        {
            "start": 1411033050,
            "stop": 1411033358
        }
    ]
}