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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=622",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 623,
    "results": [
        {
            "start": 841694529,
            "stop": 841762913
        },
        {
            "start": 841762915,
            "stop": 841767433
        },
        {
            "start": 841768433,
            "stop": 841768571
        },
        {
            "start": 841769166,
            "stop": 841769431
        },
        {
            "start": 841769432,
            "stop": 841769433
        },
        {
            "start": 841769438,
            "stop": 841777371
        },
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792065
        },
        {
            "start": 841793896,
            "stop": 841811452
        },
        {
            "start": 841812417,
            "stop": 841827835
        },
        {
            "start": 841829945,
            "stop": 841863885
        },
        {
            "start": 841864690,
            "stop": 841915459
        },
        {
            "start": 841915460,
            "stop": 841915469
        },
        {
            "start": 841915473,
            "stop": 841915479
        },
        {
            "start": 841915480,
            "stop": 841915481
        },
        {
            "start": 841915482,
            "stop": 841922173
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842036652
        },
        {
            "start": 842039464,
            "stop": 842046971
        },
        {
            "start": 842049326,
            "stop": 842103436
        }
    ]
}