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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 21,
    "results": [
        {
            "start": 1369416770,
            "stop": 1369419229
        },
        {
            "start": 1369419231,
            "stop": 1369421543
        },
        {
            "start": 1369421545,
            "stop": 1369425157
        },
        {
            "start": 1369425159,
            "stop": 1369426420
        },
        {
            "start": 1369426421,
            "stop": 1369429311
        },
        {
            "start": 1369429313,
            "stop": 1369430712
        },
        {
            "start": 1369430714,
            "stop": 1369431700
        },
        {
            "start": 1369431702,
            "stop": 1369432493
        },
        {
            "start": 1369432495,
            "stop": 1369436893
        },
        {
            "start": 1369436897,
            "stop": 1369442956
        },
        {
            "start": 1369442957,
            "stop": 1369446668
        },
        {
            "start": 1369446670,
            "stop": 1369446755
        },
        {
            "start": 1369451672,
            "stop": 1369452976
        },
        {
            "start": 1369452978,
            "stop": 1369454904
        },
        {
            "start": 1369454906,
            "stop": 1369455470
        },
        {
            "start": 1369455471,
            "stop": 1369457029
        },
        {
            "start": 1369457031,
            "stop": 1369458970
        },
        {
            "start": 1369458971,
            "stop": 1369460110
        },
        {
            "start": 1369460111,
            "stop": 1369461027
        },
        {
            "start": 1369461029,
            "stop": 1369462441
        }
    ]
}