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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16610",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16611,
    "results": [
        {
            "start": 874748246,
            "stop": 874748374
        },
        {
            "start": 874748378,
            "stop": 874748419
        },
        {
            "start": 874748420,
            "stop": 874748428
        },
        {
            "start": 874748432,
            "stop": 874748460
        },
        {
            "start": 874748463,
            "stop": 874748482
        },
        {
            "start": 874748486,
            "stop": 874749074
        },
        {
            "start": 874749080,
            "stop": 874749107
        },
        {
            "start": 874749110,
            "stop": 874749112
        },
        {
            "start": 874749115,
            "stop": 874749247
        },
        {
            "start": 874749250,
            "stop": 874749260
        },
        {
            "start": 874749261,
            "stop": 874749263
        },
        {
            "start": 874749267,
            "stop": 874749395
        },
        {
            "start": 874749396,
            "stop": 874749560
        },
        {
            "start": 874749561,
            "stop": 874749614
        },
        {
            "start": 874749615,
            "stop": 874749842
        },
        {
            "start": 874749843,
            "stop": 874750008
        },
        {
            "start": 874750009,
            "stop": 874750073
        },
        {
            "start": 874750075,
            "stop": 874750085
        },
        {
            "start": 874750086,
            "stop": 874750351
        },
        {
            "start": 874750354,
            "stop": 874750409
        }
    ]
}