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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1591",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1589",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1590,
    "results": [
        {
            "start": 953108140,
            "stop": 953108921
        },
        {
            "start": 953108923,
            "stop": 953109347
        },
        {
            "start": 953109348,
            "stop": 953109408
        },
        {
            "start": 953109410,
            "stop": 953109904
        },
        {
            "start": 953109905,
            "stop": 953109918
        },
        {
            "start": 953109920,
            "stop": 953110398
        },
        {
            "start": 953110400,
            "stop": 953113465
        },
        {
            "start": 953113467,
            "stop": 953114840
        },
        {
            "start": 953114842,
            "stop": 953115775
        },
        {
            "start": 953115777,
            "stop": 953116530
        },
        {
            "start": 953116532,
            "stop": 953117028
        },
        {
            "start": 953117030,
            "stop": 953118371
        },
        {
            "start": 953118373,
            "stop": 953118913
        },
        {
            "start": 953118915,
            "stop": 953121388
        },
        {
            "start": 953121390,
            "stop": 953123397
        },
        {
            "start": 953123400,
            "stop": 953123412
        },
        {
            "start": 953126700,
            "stop": 953130775
        },
        {
            "start": 953130777,
            "stop": 953132484
        },
        {
            "start": 953132486,
            "stop": 953136274
        },
        {
            "start": 953139064,
            "stop": 953139977
        }
    ]
}