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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=230",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 231,
    "results": [
        {
            "start": 820582320,
            "stop": 820582459
        },
        {
            "start": 820582466,
            "stop": 820583378
        },
        {
            "start": 820583386,
            "stop": 820585871
        },
        {
            "start": 820585878,
            "stop": 820588045
        },
        {
            "start": 820588053,
            "stop": 820589208
        },
        {
            "start": 820589215,
            "stop": 820589341
        },
        {
            "start": 820589345,
            "stop": 820590104
        },
        {
            "start": 820590133,
            "stop": 820590219
        },
        {
            "start": 820590227,
            "stop": 820591020
        },
        {
            "start": 820591210,
            "stop": 820591852
        },
        {
            "start": 820591860,
            "stop": 820592830
        },
        {
            "start": 820592838,
            "stop": 820594550
        },
        {
            "start": 820594557,
            "stop": 820594683
        },
        {
            "start": 820594690,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596590
        },
        {
            "start": 820596670,
            "stop": 820597117
        },
        {
            "start": 820597124,
            "stop": 820597885
        },
        {
            "start": 820597893,
            "stop": 820598100
        },
        {
            "start": 820598160,
            "stop": 820598450
        },
        {
            "start": 820598530,
            "stop": 820598700
        }
    ]
}