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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=211",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 212,
    "results": [
        {
            "start": 820933214,
            "stop": 820933269
        },
        {
            "start": 820933277,
            "stop": 820933348
        },
        {
            "start": 820933356,
            "stop": 820933441
        },
        {
            "start": 820965747,
            "stop": 820965916
        },
        {
            "start": 820965921,
            "stop": 820965959
        },
        {
            "start": 820970268,
            "stop": 820970479
        },
        {
            "start": 820970486,
            "stop": 820972063
        },
        {
            "start": 820972070,
            "stop": 820976969
        },
        {
            "start": 820976976,
            "stop": 821000822
        },
        {
            "start": 821000828,
            "stop": 821000871
        },
        {
            "start": 821001966,
            "stop": 821008427
        },
        {
            "start": 821009056,
            "stop": 821009859
        },
        {
            "start": 821012455,
            "stop": 821019828
        },
        {
            "start": 821022271,
            "stop": 821022563
        },
        {
            "start": 821022568,
            "stop": 821022630
        },
        {
            "start": 821022660,
            "stop": 821022834
        },
        {
            "start": 821022953,
            "stop": 821023191
        },
        {
            "start": 821023979,
            "stop": 821024033
        },
        {
            "start": 821024038,
            "stop": 821024370
        },
        {
            "start": 821024377,
            "stop": 821024471
        }
    ]
}