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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=152",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 153,
    "results": [
        {
            "start": 818730459,
            "stop": 818730465
        },
        {
            "start": 818730473,
            "stop": 818730479
        },
        {
            "start": 818730505,
            "stop": 818730509
        },
        {
            "start": 818730539,
            "stop": 818730541
        },
        {
            "start": 818730549,
            "stop": 818730551
        },
        {
            "start": 818730763,
            "stop": 818730766
        },
        {
            "start": 818730774,
            "stop": 818730775
        },
        {
            "start": 818730819,
            "stop": 818730826
        },
        {
            "start": 818730840,
            "stop": 818730841
        },
        {
            "start": 818731071,
            "stop": 818731075
        },
        {
            "start": 818731704,
            "stop": 818731705
        },
        {
            "start": 818731790,
            "stop": 818731800
        },
        {
            "start": 818731857,
            "stop": 818731863
        },
        {
            "start": 818731944,
            "stop": 818731948
        },
        {
            "start": 818731973,
            "stop": 818731974
        },
        {
            "start": 818731995,
            "stop": 818732004
        },
        {
            "start": 818732103,
            "stop": 818732107
        },
        {
            "start": 818732145,
            "stop": 818732156
        },
        {
            "start": 818732186,
            "stop": 818732189
        },
        {
            "start": 818732211,
            "stop": 818732212
        }
    ]
}