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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14237",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14238,
    "results": [
        {
            "start": 971175504,
            "stop": 971175508
        },
        {
            "start": 971175510,
            "stop": 971175517
        },
        {
            "start": 971175519,
            "stop": 971175520
        },
        {
            "start": 971175523,
            "stop": 971175543
        },
        {
            "start": 971175544,
            "stop": 971175549
        },
        {
            "start": 971175551,
            "stop": 971175576
        },
        {
            "start": 971175577,
            "stop": 971175583
        },
        {
            "start": 971176298,
            "stop": 971176362
        },
        {
            "start": 971176363,
            "stop": 971176368
        },
        {
            "start": 971176370,
            "stop": 971176374
        },
        {
            "start": 971176375,
            "stop": 971176378
        },
        {
            "start": 971176379,
            "stop": 971176385
        },
        {
            "start": 971176386,
            "stop": 971176393
        },
        {
            "start": 971176394,
            "stop": 971176401
        },
        {
            "start": 971176402,
            "stop": 971176407
        },
        {
            "start": 971176408,
            "stop": 971176409
        },
        {
            "start": 971176413,
            "stop": 971176424
        },
        {
            "start": 971176426,
            "stop": 971176430
        },
        {
            "start": 971176431,
            "stop": 971176436
        },
        {
            "start": 971176437,
            "stop": 971176439
        }
    ]
}