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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 148,
    "results": [
        {
            "start": 818053015,
            "stop": 818053017
        },
        {
            "start": 818053024,
            "stop": 818053028
        },
        {
            "start": 818053032,
            "stop": 818053039
        },
        {
            "start": 818053044,
            "stop": 818053057
        },
        {
            "start": 818053060,
            "stop": 818053062
        },
        {
            "start": 818053065,
            "stop": 818053070
        },
        {
            "start": 818053075,
            "stop": 818053089
        },
        {
            "start": 818053092,
            "stop": 818053094
        },
        {
            "start": 818053097,
            "stop": 818053098
        },
        {
            "start": 818053101,
            "stop": 818053120
        },
        {
            "start": 818053123,
            "stop": 818053125
        },
        {
            "start": 818053132,
            "stop": 818053139
        },
        {
            "start": 818053147,
            "stop": 818053149
        },
        {
            "start": 818053153,
            "stop": 818053158
        },
        {
            "start": 818053161,
            "stop": 818053172
        },
        {
            "start": 818053179,
            "stop": 818053192
        },
        {
            "start": 818053195,
            "stop": 818053217
        },
        {
            "start": 818053220,
            "stop": 818053230
        },
        {
            "start": 818053233,
            "stop": 818053240
        },
        {
            "start": 818053247,
            "stop": 818053279
        }
    ]
}