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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=233",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 234,
    "results": [
        {
            "start": 820871495,
            "stop": 820871818
        },
        {
            "start": 820871821,
            "stop": 820872482
        },
        {
            "start": 820872485,
            "stop": 820872512
        },
        {
            "start": 820872515,
            "stop": 820872676
        },
        {
            "start": 820872679,
            "stop": 820872847
        },
        {
            "start": 820877248,
            "stop": 820878044
        },
        {
            "start": 820878047,
            "stop": 820878549
        },
        {
            "start": 820878552,
            "stop": 820878693
        },
        {
            "start": 820880092,
            "stop": 820880414
        },
        {
            "start": 820880417,
            "stop": 820880710
        },
        {
            "start": 820880714,
            "stop": 820880901
        },
        {
            "start": 820880904,
            "stop": 820881160
        },
        {
            "start": 820881163,
            "stop": 820881206
        },
        {
            "start": 820881209,
            "stop": 820881276
        },
        {
            "start": 820881280,
            "stop": 820881546
        },
        {
            "start": 820881550,
            "stop": 820881632
        },
        {
            "start": 820881635,
            "stop": 820881647
        },
        {
            "start": 820881651,
            "stop": 820881696
        },
        {
            "start": 820881700,
            "stop": 820881725
        },
        {
            "start": 820881728,
            "stop": 820881749
        }
    ]
}