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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 120,
    "results": [
        {
            "start": 1372288653,
            "stop": 1372289310
        },
        {
            "start": 1372289312,
            "stop": 1372289533
        },
        {
            "start": 1372289534,
            "stop": 1372290293
        },
        {
            "start": 1372290295,
            "stop": 1372290587
        },
        {
            "start": 1372290588,
            "stop": 1372291306
        },
        {
            "start": 1372291307,
            "stop": 1372292103
        },
        {
            "start": 1372292105,
            "stop": 1372292560
        },
        {
            "start": 1372292562,
            "stop": 1372292782
        },
        {
            "start": 1372292784,
            "stop": 1372293541
        },
        {
            "start": 1372293542,
            "stop": 1372293690
        },
        {
            "start": 1372293694,
            "stop": 1372294775
        },
        {
            "start": 1372294776,
            "stop": 1372295222
        },
        {
            "start": 1372295227,
            "stop": 1372296242
        },
        {
            "start": 1372296244,
            "stop": 1372296454
        },
        {
            "start": 1372296456,
            "stop": 1372296689
        },
        {
            "start": 1372296692,
            "stop": 1372297244
        },
        {
            "start": 1372297246,
            "stop": 1372297467
        },
        {
            "start": 1372297468,
            "stop": 1372301690
        },
        {
            "start": 1372301692,
            "stop": 1372303980
        },
        {
            "start": 1372303983,
            "stop": 1372304314
        }
    ]
}