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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=91",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 92,
    "results": [
        {
            "start": 931318219,
            "stop": 931318233
        },
        {
            "start": 931318235,
            "stop": 931318244
        },
        {
            "start": 931318247,
            "stop": 931318248
        },
        {
            "start": 931318253,
            "stop": 931318256
        },
        {
            "start": 931318258,
            "stop": 931318259
        },
        {
            "start": 931318261,
            "stop": 931318272
        },
        {
            "start": 931318276,
            "stop": 931318297
        },
        {
            "start": 931318303,
            "stop": 931318306
        },
        {
            "start": 931318314,
            "stop": 931318316
        },
        {
            "start": 931318321,
            "stop": 931318324
        },
        {
            "start": 931318329,
            "stop": 931318332
        },
        {
            "start": 931318334,
            "stop": 931318335
        },
        {
            "start": 931318338,
            "stop": 931318342
        },
        {
            "start": 931318344,
            "stop": 931318357
        },
        {
            "start": 931318360,
            "stop": 931318362
        },
        {
            "start": 931326938,
            "stop": 931326940
        },
        {
            "start": 931326942,
            "stop": 931326944
        },
        {
            "start": 931326946,
            "stop": 931326948
        },
        {
            "start": 931326950,
            "stop": 931326951
        },
        {
            "start": 931326953,
            "stop": 931326962
        }
    ]
}