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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=361",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 362,
    "results": [
        {
            "start": 825098666,
            "stop": 825098759
        },
        {
            "start": 825098764,
            "stop": 825098972
        },
        {
            "start": 825098975,
            "stop": 825099316
        },
        {
            "start": 825099319,
            "stop": 825099452
        },
        {
            "start": 825099456,
            "stop": 825099468
        },
        {
            "start": 825099473,
            "stop": 825099765
        },
        {
            "start": 825099768,
            "stop": 825100081
        },
        {
            "start": 825100084,
            "stop": 825100129
        },
        {
            "start": 825100132,
            "stop": 825100481
        },
        {
            "start": 825100484,
            "stop": 825100882
        },
        {
            "start": 825100885,
            "stop": 825100944
        },
        {
            "start": 825100948,
            "stop": 825101100
        },
        {
            "start": 825101160,
            "stop": 825101527
        },
        {
            "start": 825101530,
            "stop": 825101547
        },
        {
            "start": 825101551,
            "stop": 825101759
        },
        {
            "start": 825105567,
            "stop": 825105597
        },
        {
            "start": 825106133,
            "stop": 825106267
        },
        {
            "start": 825106571,
            "stop": 825106930
        },
        {
            "start": 825106933,
            "stop": 825106980
        },
        {
            "start": 825107100,
            "stop": 825107112
        }
    ]
}