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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=189",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 190,
    "results": [
        {
            "start": 931139578,
            "stop": 931139579
        },
        {
            "start": 931139587,
            "stop": 931139588
        },
        {
            "start": 931139590,
            "stop": 931139592
        },
        {
            "start": 931139601,
            "stop": 931139603
        },
        {
            "start": 931139624,
            "stop": 931139625
        },
        {
            "start": 931139628,
            "stop": 931139629
        },
        {
            "start": 931139631,
            "stop": 931139632
        },
        {
            "start": 931139633,
            "stop": 931139634
        },
        {
            "start": 931139637,
            "stop": 931139641
        },
        {
            "start": 931139647,
            "stop": 931139656
        },
        {
            "start": 931139657,
            "stop": 931139660
        },
        {
            "start": 931139661,
            "stop": 931139662
        },
        {
            "start": 931139669,
            "stop": 931139670
        },
        {
            "start": 931151175,
            "stop": 931151177
        },
        {
            "start": 931151181,
            "stop": 931151184
        },
        {
            "start": 931151185,
            "stop": 931151186
        },
        {
            "start": 931151187,
            "stop": 931151189
        },
        {
            "start": 931151193,
            "stop": 931151195
        },
        {
            "start": 931151197,
            "stop": 931151198
        },
        {
            "start": 931151199,
            "stop": 931151201
        }
    ]
}