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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=171",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 172,
    "results": [
        {
            "start": 1421756908,
            "stop": 1421757022
        },
        {
            "start": 1421758070,
            "stop": 1421758230
        },
        {
            "start": 1421758506,
            "stop": 1421759336
        },
        {
            "start": 1421759340,
            "stop": 1421759600
        },
        {
            "start": 1421760112,
            "stop": 1421760662
        },
        {
            "start": 1421762997,
            "stop": 1421763033
        },
        {
            "start": 1421763034,
            "stop": 1421764305
        },
        {
            "start": 1421764791,
            "stop": 1421766734
        },
        {
            "start": 1421775730,
            "stop": 1421775787
        },
        {
            "start": 1421776230,
            "stop": 1421777251
        },
        {
            "start": 1421777597,
            "stop": 1421777808
        },
        {
            "start": 1421779997,
            "stop": 1421780076
        },
        {
            "start": 1421780540,
            "stop": 1421780565
        },
        {
            "start": 1421780569,
            "stop": 1421783744
        },
        {
            "start": 1421783802,
            "stop": 1421783907
        },
        {
            "start": 1421783916,
            "stop": 1421784716
        },
        {
            "start": 1421784745,
            "stop": 1421785202
        },
        {
            "start": 1421785284,
            "stop": 1421791650
        },
        {
            "start": 1421792491,
            "stop": 1421792614
        },
        {
            "start": 1421792933,
            "stop": 1421820133
        }
    ]
}