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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=463",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 464,
    "results": [
        {
            "start": 951683097,
            "stop": 951690840
        },
        {
            "start": 951694371,
            "stop": 951697915
        },
        {
            "start": 951705325,
            "stop": 951723094
        },
        {
            "start": 951727386,
            "stop": 951747314
        },
        {
            "start": 951762129,
            "stop": 951767069
        },
        {
            "start": 951767106,
            "stop": 951767429
        },
        {
            "start": 951777682,
            "stop": 951778287
        },
        {
            "start": 951785793,
            "stop": 951796055
        },
        {
            "start": 951798533,
            "stop": 951807879
        },
        {
            "start": 951807880,
            "stop": 951807881
        },
        {
            "start": 951807882,
            "stop": 951808611
        },
        {
            "start": 951810499,
            "stop": 951812400
        },
        {
            "start": 951816511,
            "stop": 951816767
        },
        {
            "start": 951820231,
            "stop": 951825621
        },
        {
            "start": 951851380,
            "stop": 951853870
        },
        {
            "start": 951855311,
            "stop": 951855582
        },
        {
            "start": 951857051,
            "stop": 951857147
        },
        {
            "start": 951858611,
            "stop": 951859656
        },
        {
            "start": 951861794,
            "stop": 951861829
        },
        {
            "start": 951865166,
            "stop": 951892125
        }
    ]
}