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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=307",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 308,
    "results": [
        {
            "start": 931851841,
            "stop": 931851843
        },
        {
            "start": 931851846,
            "stop": 931851898
        },
        {
            "start": 931851907,
            "stop": 931851915
        },
        {
            "start": 931851917,
            "stop": 931851922
        },
        {
            "start": 931851926,
            "stop": 931851962
        },
        {
            "start": 931851964,
            "stop": 931851974
        },
        {
            "start": 931851978,
            "stop": 931852013
        },
        {
            "start": 931852015,
            "stop": 931852039
        },
        {
            "start": 931852043,
            "stop": 931852044
        },
        {
            "start": 931852046,
            "stop": 931852057
        },
        {
            "start": 931852059,
            "stop": 931852063
        },
        {
            "start": 931852543,
            "stop": 931852548
        },
        {
            "start": 931852551,
            "stop": 931852555
        },
        {
            "start": 931852557,
            "stop": 931852560
        },
        {
            "start": 931852563,
            "stop": 931852583
        },
        {
            "start": 931852585,
            "stop": 931852587
        },
        {
            "start": 931852591,
            "stop": 931852602
        },
        {
            "start": 931852605,
            "stop": 931852614
        },
        {
            "start": 931852616,
            "stop": 931852628
        },
        {
            "start": 931852630,
            "stop": 931852635
        }
    ]
}