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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16706",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16707,
    "results": [
        {
            "start": 874993287,
            "stop": 874993375
        },
        {
            "start": 874993378,
            "stop": 874993472
        },
        {
            "start": 874993473,
            "stop": 874993487
        },
        {
            "start": 874993489,
            "stop": 874993528
        },
        {
            "start": 874993529,
            "stop": 874993794
        },
        {
            "start": 874993796,
            "stop": 874993872
        },
        {
            "start": 874993873,
            "stop": 874994349
        },
        {
            "start": 874994350,
            "stop": 874994391
        },
        {
            "start": 874994393,
            "stop": 874994441
        },
        {
            "start": 874994448,
            "stop": 874994814
        },
        {
            "start": 874994815,
            "stop": 874995066
        },
        {
            "start": 874995067,
            "stop": 874995074
        },
        {
            "start": 874995077,
            "stop": 874995169
        },
        {
            "start": 874995171,
            "stop": 874995383
        },
        {
            "start": 874995384,
            "stop": 874995438
        },
        {
            "start": 874995439,
            "stop": 874995516
        },
        {
            "start": 874995518,
            "stop": 874995538
        },
        {
            "start": 874995539,
            "stop": 874995571
        },
        {
            "start": 874995572,
            "stop": 874995647
        },
        {
            "start": 874995648,
            "stop": 874995785
        }
    ]
}