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=40979
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=40980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40978",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40979,
    "results": [
        {
            "start": 875137618,
            "stop": 875137627
        },
        {
            "start": 875137629,
            "stop": 875137630
        },
        {
            "start": 875137631,
            "stop": 875137640
        },
        {
            "start": 875137642,
            "stop": 875137656
        },
        {
            "start": 875137657,
            "stop": 875137666
        },
        {
            "start": 875137668,
            "stop": 875137693
        },
        {
            "start": 875137694,
            "stop": 875137713
        },
        {
            "start": 875137714,
            "stop": 875137742
        },
        {
            "start": 875137743,
            "stop": 875137749
        },
        {
            "start": 875137750,
            "stop": 875137838
        },
        {
            "start": 875137839,
            "stop": 875137899
        },
        {
            "start": 875137900,
            "stop": 875137914
        },
        {
            "start": 875137915,
            "stop": 875137921
        },
        {
            "start": 875137922,
            "stop": 875137945
        },
        {
            "start": 875137946,
            "stop": 875137998
        },
        {
            "start": 875137999,
            "stop": 875138003
        },
        {
            "start": 875138004,
            "stop": 875138011
        },
        {
            "start": 875138012,
            "stop": 875138017
        },
        {
            "start": 875138018,
            "stop": 875138042
        },
        {
            "start": 875138043,
            "stop": 875138077
        }
    ]
}