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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 163,
    "results": [
        {
            "start": 1419224690,
            "stop": 1419224697
        },
        {
            "start": 1419224701,
            "stop": 1419234113
        },
        {
            "start": 1419234118,
            "stop": 1419235297
        },
        {
            "start": 1419235301,
            "stop": 1419235305
        },
        {
            "start": 1419235313,
            "stop": 1419236923
        },
        {
            "start": 1419236925,
            "stop": 1419237292
        },
        {
            "start": 1419237293,
            "stop": 1419238341
        },
        {
            "start": 1419238345,
            "stop": 1419239077
        },
        {
            "start": 1419239082,
            "stop": 1419239383
        },
        {
            "start": 1419239384,
            "stop": 1419240651
        },
        {
            "start": 1419240652,
            "stop": 1419243484
        },
        {
            "start": 1419243485,
            "stop": 1419244073
        },
        {
            "start": 1419244081,
            "stop": 1419244085
        },
        {
            "start": 1419244091,
            "stop": 1419245097
        },
        {
            "start": 1419245137,
            "stop": 1419245214
        },
        {
            "start": 1419245242,
            "stop": 1419245245
        },
        {
            "start": 1419245249,
            "stop": 1419245314
        },
        {
            "start": 1419245315,
            "stop": 1419245437
        },
        {
            "start": 1419245439,
            "stop": 1419245721
        },
        {
            "start": 1419245729,
            "stop": 1419245853
        }
    ]
}