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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=105",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 106,
    "results": [
        {
            "start": 931671437,
            "stop": 931671441
        },
        {
            "start": 931671465,
            "stop": 931671480
        },
        {
            "start": 931671491,
            "stop": 931671505
        },
        {
            "start": 931671526,
            "stop": 931671531
        },
        {
            "start": 931671573,
            "stop": 931671574
        },
        {
            "start": 931671581,
            "stop": 931671585
        },
        {
            "start": 931671593,
            "stop": 931671609
        },
        {
            "start": 931671629,
            "stop": 931671630
        },
        {
            "start": 931671636,
            "stop": 931671643
        },
        {
            "start": 931671650,
            "stop": 931671655
        },
        {
            "start": 931671662,
            "stop": 931671667
        },
        {
            "start": 931671701,
            "stop": 931671717
        },
        {
            "start": 931671725,
            "stop": 931671744
        },
        {
            "start": 931671761,
            "stop": 931671779
        },
        {
            "start": 931671793,
            "stop": 931671802
        },
        {
            "start": 931671817,
            "stop": 931671818
        },
        {
            "start": 931671833,
            "stop": 931671838
        },
        {
            "start": 931671852,
            "stop": 931671856
        },
        {
            "start": 931671868,
            "stop": 931671877
        },
        {
            "start": 931671887,
            "stop": 931671888
        }
    ]
}