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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=143",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 144,
    "results": [
        {
            "start": 931773342,
            "stop": 931773350
        },
        {
            "start": 931773364,
            "stop": 931773396
        },
        {
            "start": 931773403,
            "stop": 931773408
        },
        {
            "start": 931773415,
            "stop": 931773424
        },
        {
            "start": 931773436,
            "stop": 931773442
        },
        {
            "start": 931773451,
            "stop": 931773477
        },
        {
            "start": 931773490,
            "stop": 931773498
        },
        {
            "start": 931773505,
            "stop": 931773522
        },
        {
            "start": 931773545,
            "stop": 931773550
        },
        {
            "start": 931773562,
            "stop": 931773571
        },
        {
            "start": 931773579,
            "stop": 931773595
        },
        {
            "start": 931773615,
            "stop": 931773616
        },
        {
            "start": 931773631,
            "stop": 931773632
        },
        {
            "start": 931773646,
            "stop": 931773658
        },
        {
            "start": 931773665,
            "stop": 931773678
        },
        {
            "start": 931773702,
            "stop": 931773724
        },
        {
            "start": 931773745,
            "stop": 931773746
        },
        {
            "start": 931773753,
            "stop": 931773755
        },
        {
            "start": 931773763,
            "stop": 931773772
        },
        {
            "start": 931773782,
            "stop": 931773785
        }
    ]
}