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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40926",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40927,
    "results": [
        {
            "start": 875105467,
            "stop": 875105471
        },
        {
            "start": 875105472,
            "stop": 875105476
        },
        {
            "start": 875105477,
            "stop": 875105481
        },
        {
            "start": 875105483,
            "stop": 875105486
        },
        {
            "start": 875105488,
            "stop": 875105490
        },
        {
            "start": 875105491,
            "stop": 875105492
        },
        {
            "start": 875105495,
            "stop": 875105498
        },
        {
            "start": 875105499,
            "stop": 875105503
        },
        {
            "start": 875105504,
            "stop": 875105508
        },
        {
            "start": 875105510,
            "stop": 875105514
        },
        {
            "start": 875105515,
            "stop": 875105519
        },
        {
            "start": 875105520,
            "stop": 875105524
        },
        {
            "start": 875105526,
            "stop": 875105530
        },
        {
            "start": 875105531,
            "stop": 875105535
        },
        {
            "start": 875105536,
            "stop": 875105540
        },
        {
            "start": 875105542,
            "stop": 875105546
        },
        {
            "start": 875105547,
            "stop": 875105551
        },
        {
            "start": 875105552,
            "stop": 875105556
        },
        {
            "start": 875105558,
            "stop": 875105562
        },
        {
            "start": 875105563,
            "stop": 875105567
        }
    ]
}