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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=269",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 270,
    "results": [
        {
            "start": 840625074,
            "stop": 840625144
        },
        {
            "start": 840625145,
            "stop": 840625159
        },
        {
            "start": 840625161,
            "stop": 840625237
        },
        {
            "start": 840625238,
            "stop": 840625360
        },
        {
            "start": 840625362,
            "stop": 840625374
        },
        {
            "start": 840625376,
            "stop": 840625716
        },
        {
            "start": 840625868,
            "stop": 840626287
        },
        {
            "start": 840626289,
            "stop": 840626328
        },
        {
            "start": 840626330,
            "stop": 840626334
        },
        {
            "start": 840626335,
            "stop": 840626414
        },
        {
            "start": 840626417,
            "stop": 840626418
        },
        {
            "start": 840626420,
            "stop": 840626426
        },
        {
            "start": 840626561,
            "stop": 840626669
        },
        {
            "start": 840626671,
            "stop": 840626766
        },
        {
            "start": 840626768,
            "stop": 840626781
        },
        {
            "start": 840626783,
            "stop": 840626884
        },
        {
            "start": 840626886,
            "stop": 840626936
        },
        {
            "start": 840626939,
            "stop": 840627000
        },
        {
            "start": 840627002,
            "stop": 840627089
        },
        {
            "start": 840627090,
            "stop": 840627111
        }
    ]
}