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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46660",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46661,
    "results": [
        {
            "start": 875035750,
            "stop": 875035768
        },
        {
            "start": 875035770,
            "stop": 875035830
        },
        {
            "start": 875035831,
            "stop": 875035921
        },
        {
            "start": 875035922,
            "stop": 875035931
        },
        {
            "start": 875035932,
            "stop": 875035982
        },
        {
            "start": 875035983,
            "stop": 875035997
        },
        {
            "start": 875035998,
            "stop": 875036016
        },
        {
            "start": 875036017,
            "stop": 875036025
        },
        {
            "start": 875036026,
            "stop": 875036027
        },
        {
            "start": 875036028,
            "stop": 875036084
        },
        {
            "start": 875036087,
            "stop": 875036114
        },
        {
            "start": 875036115,
            "stop": 875036192
        },
        {
            "start": 875036194,
            "stop": 875036277
        },
        {
            "start": 875036278,
            "stop": 875036294
        },
        {
            "start": 875036295,
            "stop": 875036296
        },
        {
            "start": 875036298,
            "stop": 875036328
        },
        {
            "start": 875036329,
            "stop": 875036334
        },
        {
            "start": 875036335,
            "stop": 875036399
        },
        {
            "start": 875036400,
            "stop": 875036404
        },
        {
            "start": 875036405,
            "stop": 875036425
        }
    ]
}