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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29398",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29399,
    "results": [
        {
            "start": 971409069,
            "stop": 971409072
        },
        {
            "start": 971409074,
            "stop": 971409075
        },
        {
            "start": 971409078,
            "stop": 971409080
        },
        {
            "start": 971409082,
            "stop": 971409084
        },
        {
            "start": 971409087,
            "stop": 971409094
        },
        {
            "start": 971409096,
            "stop": 971409098
        },
        {
            "start": 971409101,
            "stop": 971409105
        },
        {
            "start": 971409109,
            "stop": 971409110
        },
        {
            "start": 971409111,
            "stop": 971409119
        },
        {
            "start": 971409121,
            "stop": 971409122
        },
        {
            "start": 971409123,
            "stop": 971409137
        },
        {
            "start": 971409139,
            "stop": 971409140
        },
        {
            "start": 971409143,
            "stop": 971409152
        },
        {
            "start": 971409154,
            "stop": 971409158
        },
        {
            "start": 971409161,
            "stop": 971409163
        },
        {
            "start": 971409166,
            "stop": 971409169
        },
        {
            "start": 971409170,
            "stop": 971409177
        },
        {
            "start": 971409179,
            "stop": 971409180
        },
        {
            "start": 971409181,
            "stop": 971409184
        },
        {
            "start": 971409186,
            "stop": 971409189
        }
    ]
}