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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=285",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 286,
    "results": [
        {
            "start": 931528396,
            "stop": 931528503
        },
        {
            "start": 931530408,
            "stop": 931530546
        },
        {
            "start": 931530548,
            "stop": 931530956
        },
        {
            "start": 931530958,
            "stop": 931531041
        },
        {
            "start": 931531043,
            "stop": 931531098
        },
        {
            "start": 931531100,
            "stop": 931531140
        },
        {
            "start": 931531142,
            "stop": 931531223
        },
        {
            "start": 931531224,
            "stop": 931531254
        },
        {
            "start": 931531256,
            "stop": 931531258
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533385
        },
        {
            "start": 931533387,
            "stop": 931533733
        },
        {
            "start": 931533853,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534345
        },
        {
            "start": 931534347,
            "stop": 931534596
        },
        {
            "start": 931539619,
            "stop": 931539901
        },
        {
            "start": 931540021,
            "stop": 931540290
        },
        {
            "start": 931540292,
            "stop": 931540787
        },
        {
            "start": 931540789,
            "stop": 931540800
        },
        {
            "start": 931540802,
            "stop": 931540917
        }
    ]
}