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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=318",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 319,
    "results": [
        {
            "start": 822431992,
            "stop": 822432290
        },
        {
            "start": 822432370,
            "stop": 822432420
        },
        {
            "start": 822432480,
            "stop": 822432583
        },
        {
            "start": 822432591,
            "stop": 822432600
        },
        {
            "start": 822432660,
            "stop": 822432900
        },
        {
            "start": 822432960,
            "stop": 822433080
        },
        {
            "start": 822433140,
            "stop": 822433183
        },
        {
            "start": 822433190,
            "stop": 822433260
        },
        {
            "start": 822433380,
            "stop": 822433440
        },
        {
            "start": 822433500,
            "stop": 822433526
        },
        {
            "start": 822433533,
            "stop": 822433537
        },
        {
            "start": 822433545,
            "stop": 822433573
        },
        {
            "start": 822433784,
            "stop": 822434220
        },
        {
            "start": 822434280,
            "stop": 822434460
        },
        {
            "start": 822434520,
            "stop": 822434593
        },
        {
            "start": 822434812,
            "stop": 822434958
        },
        {
            "start": 822434965,
            "stop": 822435553
        },
        {
            "start": 822437391,
            "stop": 822437460
        },
        {
            "start": 822437580,
            "stop": 822437884
        },
        {
            "start": 822437891,
            "stop": 822438060
        }
    ]
}