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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16614",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16615,
    "results": [
        {
            "start": 874755851,
            "stop": 874755871
        },
        {
            "start": 874755872,
            "stop": 874755884
        },
        {
            "start": 874755885,
            "stop": 874755935
        },
        {
            "start": 874755942,
            "stop": 874756067
        },
        {
            "start": 874756068,
            "stop": 874756178
        },
        {
            "start": 874756179,
            "stop": 874756475
        },
        {
            "start": 874756476,
            "stop": 874756504
        },
        {
            "start": 874756505,
            "stop": 874756510
        },
        {
            "start": 874756511,
            "stop": 874756583
        },
        {
            "start": 874756584,
            "stop": 874756611
        },
        {
            "start": 874756612,
            "stop": 874756613
        },
        {
            "start": 874756614,
            "stop": 874756617
        },
        {
            "start": 874756618,
            "stop": 874756756
        },
        {
            "start": 874756757,
            "stop": 874756760
        },
        {
            "start": 874756761,
            "stop": 874757001
        },
        {
            "start": 874757002,
            "stop": 874757003
        },
        {
            "start": 874757004,
            "stop": 874757089
        },
        {
            "start": 874757090,
            "stop": 874757146
        },
        {
            "start": 874757147,
            "stop": 874757196
        },
        {
            "start": 874757197,
            "stop": 874757277
        }
    ]
}