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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=243",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 244,
    "results": [
        {
            "start": 931163835,
            "stop": 931163838
        },
        {
            "start": 931163839,
            "stop": 931163840
        },
        {
            "start": 931163841,
            "stop": 931163843
        },
        {
            "start": 931163844,
            "stop": 931163848
        },
        {
            "start": 931163850,
            "stop": 931163853
        },
        {
            "start": 931163856,
            "stop": 931163857
        },
        {
            "start": 931163858,
            "stop": 931163863
        },
        {
            "start": 931163864,
            "stop": 931163866
        },
        {
            "start": 931163869,
            "stop": 931163873
        },
        {
            "start": 931163874,
            "stop": 931163877
        },
        {
            "start": 931163878,
            "stop": 931163881
        },
        {
            "start": 931163884,
            "stop": 931163886
        },
        {
            "start": 931163888,
            "stop": 931163889
        },
        {
            "start": 931163891,
            "stop": 931163893
        },
        {
            "start": 931163899,
            "stop": 931163905
        },
        {
            "start": 931163907,
            "stop": 931163911
        },
        {
            "start": 931163912,
            "stop": 931163914
        },
        {
            "start": 931163919,
            "stop": 931163922
        },
        {
            "start": 931163924,
            "stop": 931163926
        },
        {
            "start": 931163928,
            "stop": 931163931
        }
    ]
}