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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=435",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 436,
    "results": [
        {
            "start": 1182876264,
            "stop": 1182876272
        },
        {
            "start": 1182876274,
            "stop": 1182876275
        },
        {
            "start": 1182876278,
            "stop": 1182876283
        },
        {
            "start": 1182876285,
            "stop": 1182876379
        },
        {
            "start": 1182876381,
            "stop": 1182876392
        },
        {
            "start": 1182876394,
            "stop": 1182876395
        },
        {
            "start": 1182876397,
            "stop": 1182876419
        },
        {
            "start": 1182876423,
            "stop": 1182876424
        },
        {
            "start": 1182876426,
            "stop": 1182876505
        },
        {
            "start": 1182876507,
            "stop": 1182876510
        },
        {
            "start": 1182876513,
            "stop": 1182876525
        },
        {
            "start": 1182876527,
            "stop": 1182876756
        },
        {
            "start": 1182878246,
            "stop": 1182878517
        },
        {
            "start": 1182878519,
            "stop": 1182878522
        },
        {
            "start": 1182878526,
            "stop": 1182878529
        },
        {
            "start": 1182878531,
            "stop": 1182878532
        },
        {
            "start": 1182878534,
            "stop": 1182878542
        },
        {
            "start": 1182878548,
            "stop": 1182878800
        },
        {
            "start": 1182878802,
            "stop": 1182878813
        },
        {
            "start": 1182878815,
            "stop": 1182878832
        }
    ]
}