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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46802",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46803,
    "results": [
        {
            "start": 875119691,
            "stop": 875119700
        },
        {
            "start": 875119702,
            "stop": 875119711
        },
        {
            "start": 875119714,
            "stop": 875119730
        },
        {
            "start": 875119731,
            "stop": 875119732
        },
        {
            "start": 875119733,
            "stop": 875119752
        },
        {
            "start": 875119753,
            "stop": 875119762
        },
        {
            "start": 875119763,
            "stop": 875119794
        },
        {
            "start": 875119795,
            "stop": 875119817
        },
        {
            "start": 875119818,
            "stop": 875119824
        },
        {
            "start": 875119825,
            "stop": 875119834
        },
        {
            "start": 875119835,
            "stop": 875119871
        },
        {
            "start": 875119872,
            "stop": 875119912
        },
        {
            "start": 875119913,
            "stop": 875119924
        },
        {
            "start": 875119925,
            "stop": 875119927
        },
        {
            "start": 875119928,
            "stop": 875119941
        },
        {
            "start": 875119947,
            "stop": 875119954
        },
        {
            "start": 875119955,
            "stop": 875119965
        },
        {
            "start": 875119968,
            "stop": 875119979
        },
        {
            "start": 875119980,
            "stop": 875120004
        },
        {
            "start": 875120005,
            "stop": 875120009
        }
    ]
}