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/S5/timelines/H2_STOCH_CAT1/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/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=171",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 172,
    "results": [
        {
            "start": 841768433,
            "stop": 841769431
        },
        {
            "start": 841769432,
            "stop": 841769433
        },
        {
            "start": 841769438,
            "stop": 841777371
        },
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792428
        },
        {
            "start": 841793896,
            "stop": 841811452
        },
        {
            "start": 841812417,
            "stop": 841827835
        },
        {
            "start": 841829945,
            "stop": 841863885
        },
        {
            "start": 841864690,
            "stop": 841915459
        },
        {
            "start": 841915460,
            "stop": 841915468
        },
        {
            "start": 841915473,
            "stop": 841915479
        },
        {
            "start": 841915480,
            "stop": 841915481
        },
        {
            "start": 841915482,
            "stop": 841922173
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842037013
        },
        {
            "start": 842039464,
            "stop": 842046971
        },
        {
            "start": 842048134,
            "stop": 842048307
        },
        {
            "start": 842048312,
            "stop": 842048332
        },
        {
            "start": 842048333,
            "stop": 842048413
        },
        {
            "start": 842049326,
            "stop": 842103793
        }
    ]
}