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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40954",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40955,
    "results": [
        {
            "start": 875122131,
            "stop": 875122133
        },
        {
            "start": 875122135,
            "stop": 875122139
        },
        {
            "start": 875122141,
            "stop": 875122152
        },
        {
            "start": 875122153,
            "stop": 875122157
        },
        {
            "start": 875122158,
            "stop": 875122168
        },
        {
            "start": 875122170,
            "stop": 875122200
        },
        {
            "start": 875122201,
            "stop": 875122218
        },
        {
            "start": 875122219,
            "stop": 875122232
        },
        {
            "start": 875122234,
            "stop": 875122240
        },
        {
            "start": 875122241,
            "stop": 875122256
        },
        {
            "start": 875122257,
            "stop": 875122259
        },
        {
            "start": 875122260,
            "stop": 875122273
        },
        {
            "start": 875122274,
            "stop": 875122275
        },
        {
            "start": 875122276,
            "stop": 875122313
        },
        {
            "start": 875122315,
            "stop": 875122321
        },
        {
            "start": 875122322,
            "stop": 875122341
        },
        {
            "start": 875122342,
            "stop": 875122352
        },
        {
            "start": 875122353,
            "stop": 875122387
        },
        {
            "start": 875122388,
            "stop": 875122391
        },
        {
            "start": 875122392,
            "stop": 875122398
        }
    ]
}