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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=84",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 85,
    "results": [
        {
            "start": 932078336,
            "stop": 932078374
        },
        {
            "start": 932078377,
            "stop": 932078378
        },
        {
            "start": 932078379,
            "stop": 932078386
        },
        {
            "start": 932078387,
            "stop": 932078389
        },
        {
            "start": 932078390,
            "stop": 932078391
        },
        {
            "start": 932078392,
            "stop": 932078393
        },
        {
            "start": 932078394,
            "stop": 932078399
        },
        {
            "start": 932078400,
            "stop": 932078408
        },
        {
            "start": 932078409,
            "stop": 932078414
        },
        {
            "start": 932078415,
            "stop": 932078441
        },
        {
            "start": 932078442,
            "stop": 932078448
        },
        {
            "start": 932078450,
            "stop": 932078478
        },
        {
            "start": 932078480,
            "stop": 932078481
        },
        {
            "start": 932078483,
            "stop": 932078488
        },
        {
            "start": 932078489,
            "stop": 932078490
        },
        {
            "start": 932078491,
            "stop": 932078498
        },
        {
            "start": 932078500,
            "stop": 932078501
        },
        {
            "start": 932078502,
            "stop": 932078511
        },
        {
            "start": 932078513,
            "stop": 932078535
        },
        {
            "start": 932078537,
            "stop": 932078542
        }
    ]
}