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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14105",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14106,
    "results": [
        {
            "start": 971159776,
            "stop": 971159777
        },
        {
            "start": 971159784,
            "stop": 971159787
        },
        {
            "start": 971159792,
            "stop": 971159793
        },
        {
            "start": 971159796,
            "stop": 971159797
        },
        {
            "start": 971159801,
            "stop": 971159804
        },
        {
            "start": 971159806,
            "stop": 971159808
        },
        {
            "start": 971159810,
            "stop": 971159812
        },
        {
            "start": 971159814,
            "stop": 971159815
        },
        {
            "start": 971159816,
            "stop": 971159818
        },
        {
            "start": 971159820,
            "stop": 971159824
        },
        {
            "start": 971159826,
            "stop": 971159828
        },
        {
            "start": 971159832,
            "stop": 971159833
        },
        {
            "start": 971159834,
            "stop": 971159835
        },
        {
            "start": 971159839,
            "stop": 971159842
        },
        {
            "start": 971159844,
            "stop": 971159845
        },
        {
            "start": 971159846,
            "stop": 971159851
        },
        {
            "start": 971159852,
            "stop": 971159856
        },
        {
            "start": 971159858,
            "stop": 971159860
        },
        {
            "start": 971159862,
            "stop": 971159863
        },
        {
            "start": 971159866,
            "stop": 971159867
        }
    ]
}