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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 193,
    "results": [
        {
            "start": 1239907690,
            "stop": 1239907851
        },
        {
            "start": 1239907852,
            "stop": 1239908398
        },
        {
            "start": 1239908400,
            "stop": 1239908402
        },
        {
            "start": 1239908404,
            "stop": 1239908441
        },
        {
            "start": 1239908444,
            "stop": 1239908620
        },
        {
            "start": 1239908621,
            "stop": 1239908843
        },
        {
            "start": 1239908844,
            "stop": 1239909321
        },
        {
            "start": 1239909322,
            "stop": 1239909746
        },
        {
            "start": 1239909747,
            "stop": 1239910118
        },
        {
            "start": 1239910121,
            "stop": 1239910254
        },
        {
            "start": 1239910255,
            "stop": 1239910336
        },
        {
            "start": 1239910337,
            "stop": 1239910730
        },
        {
            "start": 1239910731,
            "stop": 1239910776
        },
        {
            "start": 1239910778,
            "stop": 1239911633
        },
        {
            "start": 1239911634,
            "stop": 1239911713
        },
        {
            "start": 1239911714,
            "stop": 1239911715
        },
        {
            "start": 1239911718,
            "stop": 1239911736
        },
        {
            "start": 1239911737,
            "stop": 1239911740
        },
        {
            "start": 1239911741,
            "stop": 1239911807
        },
        {
            "start": 1239911810,
            "stop": 1239911840
        }
    ]
}