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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 202,
    "results": [
        {
            "start": 931668339,
            "stop": 931668350
        },
        {
            "start": 931668353,
            "stop": 931668355
        },
        {
            "start": 931668361,
            "stop": 931668367
        },
        {
            "start": 931668371,
            "stop": 931668382
        },
        {
            "start": 931668385,
            "stop": 931668387
        },
        {
            "start": 931668393,
            "stop": 931668412
        },
        {
            "start": 931668415,
            "stop": 931668417
        },
        {
            "start": 931668424,
            "stop": 931668434
        },
        {
            "start": 931668437,
            "stop": 931668439
        },
        {
            "start": 931668442,
            "stop": 931668447
        },
        {
            "start": 931668450,
            "stop": 931668454
        },
        {
            "start": 931668457,
            "stop": 931668460
        },
        {
            "start": 931668467,
            "stop": 931668471
        },
        {
            "start": 931668474,
            "stop": 931668478
        },
        {
            "start": 931668482,
            "stop": 931668494
        },
        {
            "start": 931668497,
            "stop": 931668498
        },
        {
            "start": 931668501,
            "stop": 931668547
        },
        {
            "start": 931668550,
            "stop": 931668553
        },
        {
            "start": 931668556,
            "stop": 931668568
        },
        {
            "start": 931668571,
            "stop": 931668584
        }
    ]
}