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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=191",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 192,
    "results": [
        {
            "start": 818208357,
            "stop": 818208359
        },
        {
            "start": 818208366,
            "stop": 818208367
        },
        {
            "start": 818208382,
            "stop": 818208383
        },
        {
            "start": 818208386,
            "stop": 818208391
        },
        {
            "start": 818208398,
            "stop": 818208399
        },
        {
            "start": 818208402,
            "stop": 818208406
        },
        {
            "start": 818208412,
            "stop": 818208414
        },
        {
            "start": 818208417,
            "stop": 818208418
        },
        {
            "start": 818208423,
            "stop": 818208424
        },
        {
            "start": 818208432,
            "stop": 818208434
        },
        {
            "start": 818208437,
            "stop": 818208446
        },
        {
            "start": 818208451,
            "stop": 818208453
        },
        {
            "start": 818208456,
            "stop": 818208457
        },
        {
            "start": 818208481,
            "stop": 818208482
        },
        {
            "start": 818208490,
            "stop": 818208492
        },
        {
            "start": 818208508,
            "stop": 818208509
        },
        {
            "start": 818208513,
            "stop": 818208515
        },
        {
            "start": 818208528,
            "stop": 818208531
        },
        {
            "start": 818208536,
            "stop": 818208539
        },
        {
            "start": 818208544,
            "stop": 818208546
        }
    ]
}