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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29270",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29271,
    "results": [
        {
            "start": 971177598,
            "stop": 971177600
        },
        {
            "start": 971177601,
            "stop": 971177604
        },
        {
            "start": 971177606,
            "stop": 971177607
        },
        {
            "start": 971177611,
            "stop": 971177612
        },
        {
            "start": 971177613,
            "stop": 971177615
        },
        {
            "start": 971177620,
            "stop": 971177621
        },
        {
            "start": 971177623,
            "stop": 971177625
        },
        {
            "start": 971177626,
            "stop": 971177627
        },
        {
            "start": 971177629,
            "stop": 971177630
        },
        {
            "start": 971177631,
            "stop": 971177636
        },
        {
            "start": 971177641,
            "stop": 971177642
        },
        {
            "start": 971177644,
            "stop": 971177645
        },
        {
            "start": 971177646,
            "stop": 971177652
        },
        {
            "start": 971177653,
            "stop": 971177654
        },
        {
            "start": 971177655,
            "stop": 971177667
        },
        {
            "start": 971177669,
            "stop": 971177674
        },
        {
            "start": 971177676,
            "stop": 971177680
        },
        {
            "start": 971177681,
            "stop": 971177684
        },
        {
            "start": 971177686,
            "stop": 971177687
        },
        {
            "start": 971177688,
            "stop": 971177698
        }
    ]
}