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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6578",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6579,
    "results": [
        {
            "start": 874567017,
            "stop": 874567251
        },
        {
            "start": 874567252,
            "stop": 874567323
        },
        {
            "start": 874567324,
            "stop": 874567537
        },
        {
            "start": 874569398,
            "stop": 874569681
        },
        {
            "start": 874569682,
            "stop": 874569874
        },
        {
            "start": 874569875,
            "stop": 874570562
        },
        {
            "start": 874570563,
            "stop": 874570978
        },
        {
            "start": 874570979,
            "stop": 874571510
        },
        {
            "start": 874571511,
            "stop": 874571829
        },
        {
            "start": 874571830,
            "stop": 874572429
        },
        {
            "start": 874572431,
            "stop": 874573016
        },
        {
            "start": 874573017,
            "stop": 874573476
        },
        {
            "start": 874573477,
            "stop": 874573522
        },
        {
            "start": 874573523,
            "stop": 874573537
        },
        {
            "start": 874573538,
            "stop": 874574188
        },
        {
            "start": 874574189,
            "stop": 874575002
        },
        {
            "start": 874575003,
            "stop": 874575259
        },
        {
            "start": 874575260,
            "stop": 874575284
        },
        {
            "start": 874575285,
            "stop": 874575336
        },
        {
            "start": 874575338,
            "stop": 874575377
        }
    ]
}