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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=79",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 80,
    "results": [
        {
            "start": 1405597249,
            "stop": 1405597289
        },
        {
            "start": 1405597873,
            "stop": 1405597913
        },
        {
            "start": 1405598065,
            "stop": 1405598105
        },
        {
            "start": 1405598353,
            "stop": 1405598409
        },
        {
            "start": 1405598833,
            "stop": 1405599327
        },
        {
            "start": 1405599331,
            "stop": 1405602484
        },
        {
            "start": 1405602487,
            "stop": 1405603481
        },
        {
            "start": 1405603994,
            "stop": 1405604542
        },
        {
            "start": 1405604694,
            "stop": 1405604702
        },
        {
            "start": 1405604870,
            "stop": 1405605118
        },
        {
            "start": 1405605254,
            "stop": 1405605534
        },
        {
            "start": 1405605702,
            "stop": 1405607230
        },
        {
            "start": 1405607878,
            "stop": 1405610028
        },
        {
            "start": 1405610031,
            "stop": 1405633861
        },
        {
            "start": 1405634098,
            "stop": 1405636253
        },
        {
            "start": 1405636576,
            "stop": 1405636731
        },
        {
            "start": 1405636977,
            "stop": 1405638677
        },
        {
            "start": 1405638813,
            "stop": 1405638949
        },
        {
            "start": 1405639853,
            "stop": 1405641525
        },
        {
            "start": 1405642119,
            "stop": 1405642123
        }
    ]
}