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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=289",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 290,
    "results": [
        {
            "start": 931767491,
            "stop": 931767492
        },
        {
            "start": 931767498,
            "stop": 931767499
        },
        {
            "start": 931767502,
            "stop": 931767504
        },
        {
            "start": 931767507,
            "stop": 931767509
        },
        {
            "start": 931767512,
            "stop": 931767517
        },
        {
            "start": 931767521,
            "stop": 931767528
        },
        {
            "start": 931767535,
            "stop": 931767536
        },
        {
            "start": 931767541,
            "stop": 931767544
        },
        {
            "start": 931767546,
            "stop": 931767560
        },
        {
            "start": 931767569,
            "stop": 931767578
        },
        {
            "start": 931767580,
            "stop": 931767581
        },
        {
            "start": 931767595,
            "stop": 931767600
        },
        {
            "start": 931767603,
            "stop": 931767605
        },
        {
            "start": 931767609,
            "stop": 931767610
        },
        {
            "start": 931767613,
            "stop": 931767615
        },
        {
            "start": 931767618,
            "stop": 931767622
        },
        {
            "start": 931767627,
            "stop": 931767630
        },
        {
            "start": 931767633,
            "stop": 931767638
        },
        {
            "start": 931767645,
            "stop": 931767649
        },
        {
            "start": 931767656,
            "stop": 931767657
        }
    ]
}