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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=291",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 292,
    "results": [
        {
            "start": 822324694,
            "stop": 822324706
        },
        {
            "start": 822324711,
            "stop": 822324992
        },
        {
            "start": 822324997,
            "stop": 822325705
        },
        {
            "start": 822325712,
            "stop": 822325764
        },
        {
            "start": 822325769,
            "stop": 822325826
        },
        {
            "start": 822325848,
            "stop": 822325964
        },
        {
            "start": 822325969,
            "stop": 822326039
        },
        {
            "start": 822326057,
            "stop": 822326095
        },
        {
            "start": 822326108,
            "stop": 822326301
        },
        {
            "start": 822326310,
            "stop": 822326323
        },
        {
            "start": 822329687,
            "stop": 822329871
        },
        {
            "start": 822329876,
            "stop": 822330575
        },
        {
            "start": 822330582,
            "stop": 822330696
        },
        {
            "start": 822330701,
            "stop": 822330713
        },
        {
            "start": 822330718,
            "stop": 822330745
        },
        {
            "start": 822330750,
            "stop": 822330919
        },
        {
            "start": 822330926,
            "stop": 822330980
        },
        {
            "start": 822330985,
            "stop": 822331959
        },
        {
            "start": 822331964,
            "stop": 822332301
        },
        {
            "start": 822332306,
            "stop": 822332343
        }
    ]
}