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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 115,
    "results": [
        {
            "start": 817864060,
            "stop": 817864085
        },
        {
            "start": 817864089,
            "stop": 817864091
        },
        {
            "start": 817864097,
            "stop": 817864189
        },
        {
            "start": 817864193,
            "stop": 817864204
        },
        {
            "start": 817864208,
            "stop": 817864213
        },
        {
            "start": 817864217,
            "stop": 817864251
        },
        {
            "start": 817864254,
            "stop": 817864350
        },
        {
            "start": 817864354,
            "stop": 817864398
        },
        {
            "start": 817864402,
            "stop": 817864419
        },
        {
            "start": 817864422,
            "stop": 817864534
        },
        {
            "start": 817864537,
            "stop": 817864548
        },
        {
            "start": 817864553,
            "stop": 817864590
        },
        {
            "start": 817864594,
            "stop": 817864596
        },
        {
            "start": 817864609,
            "stop": 817864611
        },
        {
            "start": 817864616,
            "stop": 817864714
        },
        {
            "start": 817864718,
            "stop": 817864732
        },
        {
            "start": 817864736,
            "stop": 817864742
        },
        {
            "start": 817864749,
            "stop": 817864768
        },
        {
            "start": 817864771,
            "stop": 817864796
        },
        {
            "start": 817864799,
            "stop": 817864807
        }
    ]
}