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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=65",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 66,
    "results": [
        {
            "start": 1370681857,
            "stop": 1370684240
        },
        {
            "start": 1370684242,
            "stop": 1370686189
        },
        {
            "start": 1370686190,
            "stop": 1370688744
        },
        {
            "start": 1370688746,
            "stop": 1370690032
        },
        {
            "start": 1370690036,
            "stop": 1370691866
        },
        {
            "start": 1370691871,
            "stop": 1370692458
        },
        {
            "start": 1370692463,
            "stop": 1370693919
        },
        {
            "start": 1370693921,
            "stop": 1370696258
        },
        {
            "start": 1370696260,
            "stop": 1370698449
        },
        {
            "start": 1370698451,
            "stop": 1370698750
        },
        {
            "start": 1370719357,
            "stop": 1370719377
        },
        {
            "start": 1370719382,
            "stop": 1370719515
        },
        {
            "start": 1370719516,
            "stop": 1370720130
        },
        {
            "start": 1370720131,
            "stop": 1370721892
        },
        {
            "start": 1370721894,
            "stop": 1370722452
        },
        {
            "start": 1370722453,
            "stop": 1370724848
        },
        {
            "start": 1370724850,
            "stop": 1370725894
        },
        {
            "start": 1370725896,
            "stop": 1370727318
        },
        {
            "start": 1370727319,
            "stop": 1370727880
        },
        {
            "start": 1370727883,
            "stop": 1370728446
        }
    ]
}