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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33071",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33069",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33070,
    "results": [
        {
            "start": 970466494,
            "stop": 970466495
        },
        {
            "start": 970466531,
            "stop": 970466532
        },
        {
            "start": 970466570,
            "stop": 970466571
        },
        {
            "start": 970466588,
            "stop": 970466589
        },
        {
            "start": 970466592,
            "stop": 970466593
        },
        {
            "start": 970466622,
            "stop": 970466623
        },
        {
            "start": 970466672,
            "stop": 970466673
        },
        {
            "start": 970466684,
            "stop": 970466685
        },
        {
            "start": 970466764,
            "stop": 970466765
        },
        {
            "start": 970466784,
            "stop": 970466785
        },
        {
            "start": 970466786,
            "stop": 970466787
        },
        {
            "start": 970466795,
            "stop": 970466796
        },
        {
            "start": 970466814,
            "stop": 970466815
        },
        {
            "start": 970466836,
            "stop": 970466837
        },
        {
            "start": 970466856,
            "stop": 970466858
        },
        {
            "start": 970466968,
            "stop": 970466969
        },
        {
            "start": 970466995,
            "stop": 970466996
        },
        {
            "start": 970467051,
            "stop": 970467052
        },
        {
            "start": 970467213,
            "stop": 970467214
        },
        {
            "start": 970467303,
            "stop": 970467304
        }
    ]
}