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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=183",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 184,
    "results": [
        {
            "start": 931474249,
            "stop": 931474335
        },
        {
            "start": 931474337,
            "stop": 931474385
        },
        {
            "start": 931474387,
            "stop": 931474430
        },
        {
            "start": 931474432,
            "stop": 931474450
        },
        {
            "start": 931474451,
            "stop": 931474493
        },
        {
            "start": 931474495,
            "stop": 931474504
        },
        {
            "start": 931474506,
            "stop": 931474554
        },
        {
            "start": 931474557,
            "stop": 931474588
        },
        {
            "start": 931474590,
            "stop": 931474621
        },
        {
            "start": 931474625,
            "stop": 931474649
        },
        {
            "start": 931474651,
            "stop": 931474657
        },
        {
            "start": 931474659,
            "stop": 931474695
        },
        {
            "start": 931474697,
            "stop": 931474723
        },
        {
            "start": 931474725,
            "stop": 931474746
        },
        {
            "start": 931474748,
            "stop": 931474767
        },
        {
            "start": 931474769,
            "stop": 931474771
        },
        {
            "start": 931474775,
            "stop": 931474792
        },
        {
            "start": 931474794,
            "stop": 931474815
        },
        {
            "start": 931474817,
            "stop": 931474818
        },
        {
            "start": 931474820,
            "stop": 931474873
        }
    ]
}