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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 189,
    "results": [
        {
            "start": 1420486470,
            "stop": 1420486835
        },
        {
            "start": 1420486836,
            "stop": 1420487299
        },
        {
            "start": 1420487301,
            "stop": 1420487952
        },
        {
            "start": 1420487956,
            "stop": 1420488472
        },
        {
            "start": 1420488476,
            "stop": 1420488948
        },
        {
            "start": 1420488956,
            "stop": 1420489356
        },
        {
            "start": 1420489364,
            "stop": 1420489497
        },
        {
            "start": 1420489499,
            "stop": 1420489706
        },
        {
            "start": 1420489707,
            "stop": 1420489805
        },
        {
            "start": 1420489807,
            "stop": 1420489840
        },
        {
            "start": 1420489845,
            "stop": 1420489895
        },
        {
            "start": 1420489896,
            "stop": 1420489964
        },
        {
            "start": 1420489968,
            "stop": 1420490423
        },
        {
            "start": 1420490425,
            "stop": 1420490596
        },
        {
            "start": 1420490600,
            "stop": 1420490964
        },
        {
            "start": 1420490972,
            "stop": 1420491117
        },
        {
            "start": 1420491119,
            "stop": 1420491500
        },
        {
            "start": 1420491508,
            "stop": 1420491668
        },
        {
            "start": 1420491672,
            "stop": 1420491708
        },
        {
            "start": 1420491716,
            "stop": 1420491728
        }
    ]
}