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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=184",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 185,
    "results": [
        {
            "start": 931474875,
            "stop": 931474877
        },
        {
            "start": 931474882,
            "stop": 931474906
        },
        {
            "start": 931474908,
            "stop": 931474953
        },
        {
            "start": 931474955,
            "stop": 931474999
        },
        {
            "start": 931475000,
            "stop": 931475022
        },
        {
            "start": 931475024,
            "stop": 931475025
        },
        {
            "start": 931475027,
            "stop": 931475089
        },
        {
            "start": 931475094,
            "stop": 931475108
        },
        {
            "start": 931475110,
            "stop": 931475120
        },
        {
            "start": 931475121,
            "stop": 931475159
        },
        {
            "start": 931475161,
            "stop": 931475205
        },
        {
            "start": 931475207,
            "stop": 931475233
        },
        {
            "start": 931475235,
            "stop": 931475270
        },
        {
            "start": 931475272,
            "stop": 931475284
        },
        {
            "start": 931475286,
            "stop": 931475289
        },
        {
            "start": 931475291,
            "stop": 931475308
        },
        {
            "start": 931475309,
            "stop": 931475317
        },
        {
            "start": 931475319,
            "stop": 931475320
        },
        {
            "start": 931475322,
            "stop": 931475337
        },
        {
            "start": 931475345,
            "stop": 931475378
        }
    ]
}