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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=32",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 33,
    "results": [
        {
            "start": 1405604694,
            "stop": 1405604702
        },
        {
            "start": 1405604870,
            "stop": 1405605118
        },
        {
            "start": 1405605254,
            "stop": 1405605534
        },
        {
            "start": 1405605702,
            "stop": 1405607230
        },
        {
            "start": 1405607878,
            "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
        },
        {
            "start": 1405642355,
            "stop": 1405642635
        },
        {
            "start": 1405643380,
            "stop": 1405644780
        },
        {
            "start": 1405644900,
            "stop": 1405645068
        },
        {
            "start": 1405645220,
            "stop": 1405645292
        },
        {
            "start": 1405645460,
            "stop": 1405646396
        },
        {
            "start": 1405650660,
            "stop": 1405651391
        },
        {
            "start": 1405651695,
            "stop": 1405651767
        },
        {
            "start": 1405652497,
            "stop": 1405652581
        },
        {
            "start": 1405653318,
            "stop": 1405654538
        }
    ]
}