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=46666
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=46667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46665",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46666,
    "results": [
        {
            "start": 875038495,
            "stop": 875038497
        },
        {
            "start": 875038498,
            "stop": 875038526
        },
        {
            "start": 875038527,
            "stop": 875038536
        },
        {
            "start": 875038537,
            "stop": 875038541
        },
        {
            "start": 875038542,
            "stop": 875038544
        },
        {
            "start": 875038546,
            "stop": 875038548
        },
        {
            "start": 875038549,
            "stop": 875038556
        },
        {
            "start": 875038557,
            "stop": 875038565
        },
        {
            "start": 875038566,
            "stop": 875038593
        },
        {
            "start": 875038594,
            "stop": 875038596
        },
        {
            "start": 875038597,
            "stop": 875038601
        },
        {
            "start": 875038603,
            "stop": 875038621
        },
        {
            "start": 875038623,
            "stop": 875038627
        },
        {
            "start": 875038628,
            "stop": 875038632
        },
        {
            "start": 875038634,
            "stop": 875038642
        },
        {
            "start": 875038644,
            "stop": 875038651
        },
        {
            "start": 875038653,
            "stop": 875038660
        },
        {
            "start": 875038662,
            "stop": 875038674
        },
        {
            "start": 875038675,
            "stop": 875038715
        },
        {
            "start": 875038716,
            "stop": 875038735
        }
    ]
}