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_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_CBCLOW_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=285",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 286,
    "results": [
        {
            "start": 931533853,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534345
        },
        {
            "start": 931534347,
            "stop": 931534596
        },
        {
            "start": 931539619,
            "stop": 931539901
        },
        {
            "start": 931540021,
            "stop": 931540917
        },
        {
            "start": 931541037,
            "stop": 931541927
        },
        {
            "start": 931543466,
            "stop": 931544705
        },
        {
            "start": 931564420,
            "stop": 931564437
        },
        {
            "start": 931564496,
            "stop": 931564500
        },
        {
            "start": 931564608,
            "stop": 931564612
        },
        {
            "start": 931564704,
            "stop": 931564731
        },
        {
            "start": 931565265,
            "stop": 931565270
        },
        {
            "start": 931565304,
            "stop": 931565310
        },
        {
            "start": 931565541,
            "stop": 931565555
        },
        {
            "start": 931565609,
            "stop": 931565638
        },
        {
            "start": 931565657,
            "stop": 931565670
        },
        {
            "start": 931565689,
            "stop": 931565716
        },
        {
            "start": 931565777,
            "stop": 931565789
        },
        {
            "start": 931565858,
            "stop": 931565882
        },
        {
            "start": 931565915,
            "stop": 931565920
        }
    ]
}