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=40595
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=40596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40594",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40595,
    "results": [
        {
            "start": 874881231,
            "stop": 874881240
        },
        {
            "start": 874881300,
            "stop": 874881317
        },
        {
            "start": 874881319,
            "stop": 874881341
        },
        {
            "start": 874881344,
            "stop": 874881374
        },
        {
            "start": 874881376,
            "stop": 874881388
        },
        {
            "start": 874881389,
            "stop": 874881397
        },
        {
            "start": 874881399,
            "stop": 874881400
        },
        {
            "start": 874881401,
            "stop": 874881407
        },
        {
            "start": 874881408,
            "stop": 874881416
        },
        {
            "start": 874881417,
            "stop": 874881441
        },
        {
            "start": 874881443,
            "stop": 874881447
        },
        {
            "start": 874881448,
            "stop": 874881468
        },
        {
            "start": 874881470,
            "stop": 874881516
        },
        {
            "start": 874881517,
            "stop": 874881551
        },
        {
            "start": 874881553,
            "stop": 874881603
        },
        {
            "start": 874881604,
            "stop": 874881612
        },
        {
            "start": 874881614,
            "stop": 874881628
        },
        {
            "start": 874881630,
            "stop": 874881645
        },
        {
            "start": 874881646,
            "stop": 874881782
        },
        {
            "start": 874881784,
            "stop": 874881805
        }
    ]
}