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=40809
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=40810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40808",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40809,
    "results": [
        {
            "start": 875020227,
            "stop": 875020263
        },
        {
            "start": 875020265,
            "stop": 875020297
        },
        {
            "start": 875020300,
            "stop": 875020302
        },
        {
            "start": 875020303,
            "stop": 875020326
        },
        {
            "start": 875020328,
            "stop": 875020344
        },
        {
            "start": 875020345,
            "stop": 875020347
        },
        {
            "start": 875020349,
            "stop": 875020355
        },
        {
            "start": 875020357,
            "stop": 875020369
        },
        {
            "start": 875020370,
            "stop": 875020397
        },
        {
            "start": 875020401,
            "stop": 875020407
        },
        {
            "start": 875020408,
            "stop": 875020409
        },
        {
            "start": 875020411,
            "stop": 875020427
        },
        {
            "start": 875020429,
            "stop": 875020433
        },
        {
            "start": 875020435,
            "stop": 875020436
        },
        {
            "start": 875020437,
            "stop": 875020449
        },
        {
            "start": 875020451,
            "stop": 875020519
        },
        {
            "start": 875020521,
            "stop": 875020525
        },
        {
            "start": 875020527,
            "stop": 875020544
        },
        {
            "start": 875020545,
            "stop": 875020560
        },
        {
            "start": 875020620,
            "stop": 875020638
        }
    ]
}