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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=107",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 108,
    "results": [
        {
            "start": 932581811,
            "stop": 932582220
        },
        {
            "start": 932582225,
            "stop": 932582474
        },
        {
            "start": 932582479,
            "stop": 932582497
        },
        {
            "start": 932582502,
            "stop": 932582613
        },
        {
            "start": 932582618,
            "stop": 932583545
        },
        {
            "start": 932583550,
            "stop": 932584016
        },
        {
            "start": 932584035,
            "stop": 932585230
        },
        {
            "start": 932585248,
            "stop": 932585409
        },
        {
            "start": 932585427,
            "stop": 932585505
        },
        {
            "start": 932585523,
            "stop": 932585525
        },
        {
            "start": 932585544,
            "stop": 932585840
        },
        {
            "start": 932585858,
            "stop": 932586009
        },
        {
            "start": 932586032,
            "stop": 932586239
        },
        {
            "start": 932586257,
            "stop": 932586359
        },
        {
            "start": 932586377,
            "stop": 932586546
        },
        {
            "start": 932586564,
            "stop": 932586644
        },
        {
            "start": 932586662,
            "stop": 932586801
        },
        {
            "start": 932586820,
            "stop": 932586855
        },
        {
            "start": 932586875,
            "stop": 932586898
        },
        {
            "start": 932586919,
            "stop": 932586953
        }
    ]
}