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=40704
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=40705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40703",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40704,
    "results": [
        {
            "start": 874942702,
            "stop": 874942705
        },
        {
            "start": 874942707,
            "stop": 874942715
        },
        {
            "start": 874942717,
            "stop": 874942719
        },
        {
            "start": 874942720,
            "stop": 874942726
        },
        {
            "start": 874942728,
            "stop": 874942733
        },
        {
            "start": 874942735,
            "stop": 874942738
        },
        {
            "start": 874942739,
            "stop": 874942740
        },
        {
            "start": 874942800,
            "stop": 874942804
        },
        {
            "start": 874942806,
            "stop": 874942811
        },
        {
            "start": 874942812,
            "stop": 874942840
        },
        {
            "start": 874942841,
            "stop": 874942861
        },
        {
            "start": 874942862,
            "stop": 874942888
        },
        {
            "start": 874942889,
            "stop": 874942936
        },
        {
            "start": 874942937,
            "stop": 874942946
        },
        {
            "start": 874942947,
            "stop": 874942962
        },
        {
            "start": 874942963,
            "stop": 874942968
        },
        {
            "start": 874942969,
            "stop": 874942997
        },
        {
            "start": 874942998,
            "stop": 874943059
        },
        {
            "start": 874943061,
            "stop": 874943115
        },
        {
            "start": 874943116,
            "stop": 874943153
        }
    ]
}