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=40803
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=40804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40802",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40803,
    "results": [
        {
            "start": 875013269,
            "stop": 875013281
        },
        {
            "start": 875013283,
            "stop": 875013306
        },
        {
            "start": 875013308,
            "stop": 875013312
        },
        {
            "start": 875013313,
            "stop": 875013487
        },
        {
            "start": 875013488,
            "stop": 875013739
        },
        {
            "start": 875013740,
            "stop": 875013913
        },
        {
            "start": 875013914,
            "stop": 875014262
        },
        {
            "start": 875014263,
            "stop": 875014335
        },
        {
            "start": 875014336,
            "stop": 875014383
        },
        {
            "start": 875014384,
            "stop": 875014407
        },
        {
            "start": 875014409,
            "stop": 875014478
        },
        {
            "start": 875014479,
            "stop": 875014520
        },
        {
            "start": 875014521,
            "stop": 875014620
        },
        {
            "start": 875014621,
            "stop": 875014623
        },
        {
            "start": 875014624,
            "stop": 875014795
        },
        {
            "start": 875014796,
            "stop": 875014800
        },
        {
            "start": 875014860,
            "stop": 875014920
        },
        {
            "start": 875015040,
            "stop": 875015099
        },
        {
            "start": 875015100,
            "stop": 875015165
        },
        {
            "start": 875015166,
            "stop": 875015180
        }
    ]
}