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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=282",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 283,
    "results": [
        {
            "start": 931530897,
            "stop": 931530901
        },
        {
            "start": 931530903,
            "stop": 931530916
        },
        {
            "start": 931530919,
            "stop": 931530920
        },
        {
            "start": 931530921,
            "stop": 931530924
        },
        {
            "start": 931530927,
            "stop": 931530936
        },
        {
            "start": 931530937,
            "stop": 931530943
        },
        {
            "start": 931530945,
            "stop": 931530946
        },
        {
            "start": 931530949,
            "stop": 931530951
        },
        {
            "start": 931530953,
            "stop": 931530955
        },
        {
            "start": 931530959,
            "stop": 931530982
        },
        {
            "start": 931530984,
            "stop": 931530987
        },
        {
            "start": 931530991,
            "stop": 931531001
        },
        {
            "start": 931531003,
            "stop": 931531006
        },
        {
            "start": 931531009,
            "stop": 931531010
        },
        {
            "start": 931531012,
            "stop": 931531013
        },
        {
            "start": 931531015,
            "stop": 931531041
        },
        {
            "start": 931531043,
            "stop": 931531052
        },
        {
            "start": 931531053,
            "stop": 931531058
        },
        {
            "start": 931531061,
            "stop": 931531080
        },
        {
            "start": 931531081,
            "stop": 931531090
        }
    ]
}