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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=33",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 34,
    "results": [
        {
            "start": 931502541,
            "stop": 931502555
        },
        {
            "start": 931502564,
            "stop": 931502570
        },
        {
            "start": 931502577,
            "stop": 931502579
        },
        {
            "start": 931502586,
            "stop": 931502596
        },
        {
            "start": 931502603,
            "stop": 931502604
        },
        {
            "start": 931502611,
            "stop": 931502614
        },
        {
            "start": 931502622,
            "stop": 931502623
        },
        {
            "start": 931502630,
            "stop": 931502632
        },
        {
            "start": 931502666,
            "stop": 931502673
        },
        {
            "start": 931502680,
            "stop": 931502693
        },
        {
            "start": 931502699,
            "stop": 931502702
        },
        {
            "start": 931502709,
            "stop": 931502717
        },
        {
            "start": 931502724,
            "stop": 931502728
        },
        {
            "start": 931502744,
            "stop": 931502747
        },
        {
            "start": 931502756,
            "stop": 931502762
        },
        {
            "start": 931502775,
            "stop": 931502814
        },
        {
            "start": 931502820,
            "stop": 931502838
        },
        {
            "start": 931502845,
            "stop": 931502859
        },
        {
            "start": 931502869,
            "stop": 931502888
        },
        {
            "start": 931502895,
            "stop": 931502903
        }
    ]
}