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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=178",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 179,
    "results": [
        {
            "start": 820192232,
            "stop": 820192247
        },
        {
            "start": 820192250,
            "stop": 820192323
        },
        {
            "start": 820192326,
            "stop": 820192370
        },
        {
            "start": 820192373,
            "stop": 820192387
        },
        {
            "start": 820192390,
            "stop": 820192405
        },
        {
            "start": 820192408,
            "stop": 820192417
        },
        {
            "start": 820192420,
            "stop": 820192422
        },
        {
            "start": 820192425,
            "stop": 820192479
        },
        {
            "start": 820192482,
            "stop": 820192484
        },
        {
            "start": 820192487,
            "stop": 820192499
        },
        {
            "start": 820192503,
            "stop": 820192505
        },
        {
            "start": 820192508,
            "stop": 820192658
        },
        {
            "start": 820192661,
            "stop": 820192708
        },
        {
            "start": 820192712,
            "stop": 820192797
        },
        {
            "start": 820192801,
            "stop": 820192938
        },
        {
            "start": 820192942,
            "stop": 820192997
        },
        {
            "start": 820193000,
            "stop": 820193010
        },
        {
            "start": 820193013,
            "stop": 820193078
        },
        {
            "start": 820193082,
            "stop": 820193132
        },
        {
            "start": 820193137,
            "stop": 820193152
        }
    ]
}