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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6392",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6393,
    "results": [
        {
            "start": 873594559,
            "stop": 873594702
        },
        {
            "start": 873594703,
            "stop": 873594748
        },
        {
            "start": 873594750,
            "stop": 873594849
        },
        {
            "start": 873594851,
            "stop": 873595379
        },
        {
            "start": 873595381,
            "stop": 873595460
        },
        {
            "start": 873595461,
            "stop": 873595506
        },
        {
            "start": 873595507,
            "stop": 873596150
        },
        {
            "start": 873596151,
            "stop": 873596194
        },
        {
            "start": 873596196,
            "stop": 873596559
        },
        {
            "start": 873596560,
            "stop": 873596616
        },
        {
            "start": 873596617,
            "stop": 873596631
        },
        {
            "start": 873596632,
            "stop": 873596671
        },
        {
            "start": 873596672,
            "stop": 873597244
        },
        {
            "start": 873597245,
            "stop": 873597516
        },
        {
            "start": 873597517,
            "stop": 873597597
        },
        {
            "start": 873597599,
            "stop": 873598067
        },
        {
            "start": 873598068,
            "stop": 873598322
        },
        {
            "start": 873598324,
            "stop": 873598424
        },
        {
            "start": 873598425,
            "stop": 873598603
        },
        {
            "start": 873598605,
            "stop": 873598793
        }
    ]
}