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=14151
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=14152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14150",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14151,
    "results": [
        {
            "start": 971164459,
            "stop": 971164461
        },
        {
            "start": 971164462,
            "stop": 971164464
        },
        {
            "start": 971164468,
            "stop": 971164469
        },
        {
            "start": 971164472,
            "stop": 971164476
        },
        {
            "start": 971164478,
            "stop": 971164481
        },
        {
            "start": 971164482,
            "stop": 971164485
        },
        {
            "start": 971164486,
            "stop": 971164491
        },
        {
            "start": 971164495,
            "stop": 971164497
        },
        {
            "start": 971164500,
            "stop": 971164502
        },
        {
            "start": 971164514,
            "stop": 971164516
        },
        {
            "start": 971164517,
            "stop": 971164518
        },
        {
            "start": 971164521,
            "stop": 971164523
        },
        {
            "start": 971164526,
            "stop": 971164527
        },
        {
            "start": 971164529,
            "stop": 971164530
        },
        {
            "start": 971164532,
            "stop": 971164533
        },
        {
            "start": 971164534,
            "stop": 971164538
        },
        {
            "start": 971164539,
            "stop": 971164540
        },
        {
            "start": 971164541,
            "stop": 971164544
        },
        {
            "start": 971164545,
            "stop": 971164546
        },
        {
            "start": 971164550,
            "stop": 971164551
        }
    ]
}