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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=150",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 151,
    "results": [
        {
            "start": 818077328,
            "stop": 818077329
        },
        {
            "start": 818077332,
            "stop": 818077334
        },
        {
            "start": 818077346,
            "stop": 818077347
        },
        {
            "start": 818077353,
            "stop": 818077354
        },
        {
            "start": 818077362,
            "stop": 818077363
        },
        {
            "start": 818077374,
            "stop": 818077376
        },
        {
            "start": 818077382,
            "stop": 818077389
        },
        {
            "start": 818077392,
            "stop": 818077402
        },
        {
            "start": 818077415,
            "stop": 818077425
        },
        {
            "start": 818077428,
            "stop": 818077435
        },
        {
            "start": 818077440,
            "stop": 818077445
        },
        {
            "start": 818077459,
            "stop": 818077461
        },
        {
            "start": 818077465,
            "stop": 818077466
        },
        {
            "start": 818077480,
            "stop": 818077481
        },
        {
            "start": 818077487,
            "stop": 818077492
        },
        {
            "start": 818077495,
            "stop": 818077496
        },
        {
            "start": 818077502,
            "stop": 818077504
        },
        {
            "start": 818077534,
            "stop": 818077536
        },
        {
            "start": 818077541,
            "stop": 818077550
        },
        {
            "start": 818077578,
            "stop": 818077583
        }
    ]
}