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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=147",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 148,
    "results": [
        {
            "start": 931774975,
            "stop": 931774982
        },
        {
            "start": 931775000,
            "stop": 931775012
        },
        {
            "start": 931775019,
            "stop": 931775024
        },
        {
            "start": 931775030,
            "stop": 931775033
        },
        {
            "start": 931775041,
            "stop": 931775062
        },
        {
            "start": 931775076,
            "stop": 931775077
        },
        {
            "start": 931775084,
            "stop": 931775093
        },
        {
            "start": 931775111,
            "stop": 931775112
        },
        {
            "start": 931775133,
            "stop": 931775146
        },
        {
            "start": 931775156,
            "stop": 931775159
        },
        {
            "start": 931775177,
            "stop": 931775188
        },
        {
            "start": 931775232,
            "stop": 931775233
        },
        {
            "start": 931775244,
            "stop": 931775254
        },
        {
            "start": 931775265,
            "stop": 931775271
        },
        {
            "start": 931775313,
            "stop": 931775320
        },
        {
            "start": 931775340,
            "stop": 931775347
        },
        {
            "start": 931775357,
            "stop": 931775361
        },
        {
            "start": 931775378,
            "stop": 931775382
        },
        {
            "start": 931775389,
            "stop": 931775395
        },
        {
            "start": 931775423,
            "stop": 931775424
        }
    ]
}