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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 230,
    "results": [
        {
            "start": 1240132631,
            "stop": 1240132684
        },
        {
            "start": 1240132685,
            "stop": 1240132864
        },
        {
            "start": 1240132865,
            "stop": 1240132971
        },
        {
            "start": 1240132974,
            "stop": 1240132992
        },
        {
            "start": 1240132993,
            "stop": 1240133289
        },
        {
            "start": 1240133292,
            "stop": 1240133558
        },
        {
            "start": 1240133560,
            "stop": 1240133627
        },
        {
            "start": 1240133630,
            "stop": 1240133647
        },
        {
            "start": 1240133649,
            "stop": 1240133677
        },
        {
            "start": 1240133678,
            "stop": 1240133752
        },
        {
            "start": 1240133754,
            "stop": 1240133937
        },
        {
            "start": 1240133939,
            "stop": 1240133979
        },
        {
            "start": 1240133981,
            "stop": 1240134192
        },
        {
            "start": 1240134194,
            "stop": 1240134251
        },
        {
            "start": 1240134253,
            "stop": 1240134377
        },
        {
            "start": 1240134379,
            "stop": 1240134407
        },
        {
            "start": 1240134409,
            "stop": 1240134470
        },
        {
            "start": 1240134471,
            "stop": 1240134531
        },
        {
            "start": 1240134532,
            "stop": 1240134598
        },
        {
            "start": 1240134599,
            "stop": 1240134711
        }
    ]
}