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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=179",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 180,
    "results": [
        {
            "start": 931472679,
            "stop": 931472701
        },
        {
            "start": 931472705,
            "stop": 931472707
        },
        {
            "start": 931472709,
            "stop": 931472745
        },
        {
            "start": 931472747,
            "stop": 931472748
        },
        {
            "start": 931472750,
            "stop": 931472762
        },
        {
            "start": 931472764,
            "stop": 931472781
        },
        {
            "start": 931472783,
            "stop": 931472816
        },
        {
            "start": 931472818,
            "stop": 931472824
        },
        {
            "start": 931472826,
            "stop": 931472829
        },
        {
            "start": 931472832,
            "stop": 931472859
        },
        {
            "start": 931472861,
            "stop": 931472862
        },
        {
            "start": 931472864,
            "stop": 931472877
        },
        {
            "start": 931472879,
            "stop": 931472912
        },
        {
            "start": 931472914,
            "stop": 931472917
        },
        {
            "start": 931472919,
            "stop": 931472934
        },
        {
            "start": 931472935,
            "stop": 931472940
        },
        {
            "start": 931472941,
            "stop": 931472979
        },
        {
            "start": 931472981,
            "stop": 931473030
        },
        {
            "start": 931473033,
            "stop": 931473058
        },
        {
            "start": 931473060,
            "stop": 931473064
        }
    ]
}