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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1667",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1665",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1666,
    "results": [
        {
            "start": 957255824,
            "stop": 957255829
        },
        {
            "start": 957255831,
            "stop": 957255882
        },
        {
            "start": 957255884,
            "stop": 957256122
        },
        {
            "start": 957256124,
            "stop": 957256587
        },
        {
            "start": 957256588,
            "stop": 957256761
        },
        {
            "start": 957256763,
            "stop": 957256953
        },
        {
            "start": 957256955,
            "stop": 957257075
        },
        {
            "start": 957257077,
            "stop": 957257207
        },
        {
            "start": 957257209,
            "stop": 957257480
        },
        {
            "start": 957257482,
            "stop": 957257722
        },
        {
            "start": 957257724,
            "stop": 957257732
        },
        {
            "start": 957257734,
            "stop": 957257815
        },
        {
            "start": 957257817,
            "stop": 957257897
        },
        {
            "start": 957257899,
            "stop": 957258128
        },
        {
            "start": 957258130,
            "stop": 957258895
        },
        {
            "start": 957258897,
            "stop": 957259020
        },
        {
            "start": 957259022,
            "stop": 957259048
        },
        {
            "start": 957259050,
            "stop": 957259743
        },
        {
            "start": 957259745,
            "stop": 957259814
        },
        {
            "start": 957259816,
            "stop": 957259904
        }
    ]
}