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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 147,
    "results": [
        {
            "start": 1418118716,
            "stop": 1418120050
        },
        {
            "start": 1418126926,
            "stop": 1418128032
        },
        {
            "start": 1418128037,
            "stop": 1418128864
        },
        {
            "start": 1418128869,
            "stop": 1418136867
        },
        {
            "start": 1418136872,
            "stop": 1418136919
        },
        {
            "start": 1418136924,
            "stop": 1418137096
        },
        {
            "start": 1418137101,
            "stop": 1418137790
        },
        {
            "start": 1418137795,
            "stop": 1418138898
        },
        {
            "start": 1418138903,
            "stop": 1418139007
        },
        {
            "start": 1418139012,
            "stop": 1418139024
        },
        {
            "start": 1418139029,
            "stop": 1418139052
        },
        {
            "start": 1418139057,
            "stop": 1418139133
        },
        {
            "start": 1418139138,
            "stop": 1418141642
        },
        {
            "start": 1418141647,
            "stop": 1418142099
        },
        {
            "start": 1418142104,
            "stop": 1418142158
        },
        {
            "start": 1418142163,
            "stop": 1418142278
        },
        {
            "start": 1418142283,
            "stop": 1418142292
        },
        {
            "start": 1418142297,
            "stop": 1418142389
        },
        {
            "start": 1418142394,
            "stop": 1418142479
        },
        {
            "start": 1418142484,
            "stop": 1418148387
        }
    ]
}