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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=57",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 58,
    "results": [
        {
            "start": 1421758506,
            "stop": 1421759600
        },
        {
            "start": 1421760112,
            "stop": 1421760662
        },
        {
            "start": 1421762997,
            "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
        },
        {
            "start": 1421820602,
            "stop": 1421868621
        },
        {
            "start": 1421870499,
            "stop": 1421972084
        },
        {
            "start": 1421972409,
            "stop": 1422030623
        },
        {
            "start": 1422038587,
            "stop": 1422049180
        }
    ]
}