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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1722",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1720",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1721,
    "results": [
        {
            "start": 1249178722,
            "stop": 1249178724
        },
        {
            "start": 1249178731,
            "stop": 1249178732
        },
        {
            "start": 1249178734,
            "stop": 1249178735
        },
        {
            "start": 1249178738,
            "stop": 1249178740
        },
        {
            "start": 1249178742,
            "stop": 1249178743
        },
        {
            "start": 1249178744,
            "stop": 1249178747
        },
        {
            "start": 1249178750,
            "stop": 1249178756
        },
        {
            "start": 1249178760,
            "stop": 1249178762
        },
        {
            "start": 1249178763,
            "stop": 1249178765
        },
        {
            "start": 1249178767,
            "stop": 1249178768
        },
        {
            "start": 1249178780,
            "stop": 1249178781
        },
        {
            "start": 1249178790,
            "stop": 1249178796
        },
        {
            "start": 1249178798,
            "stop": 1249178802
        },
        {
            "start": 1249178803,
            "stop": 1249178806
        },
        {
            "start": 1249178808,
            "stop": 1249178815
        },
        {
            "start": 1249178826,
            "stop": 1249178829
        },
        {
            "start": 1249178832,
            "stop": 1249178840
        },
        {
            "start": 1249178843,
            "stop": 1249178845
        },
        {
            "start": 1249178847,
            "stop": 1249178851
        },
        {
            "start": 1249178856,
            "stop": 1249178857
        }
    ]
}