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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=232",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 233,
    "results": [
        {
            "start": 931461308,
            "stop": 931461313
        },
        {
            "start": 931461315,
            "stop": 931461361
        },
        {
            "start": 931461363,
            "stop": 931461371
        },
        {
            "start": 931461373,
            "stop": 931461375
        },
        {
            "start": 931461378,
            "stop": 931461381
        },
        {
            "start": 931461382,
            "stop": 931461384
        },
        {
            "start": 931461386,
            "stop": 931461414
        },
        {
            "start": 931461417,
            "stop": 931461419
        },
        {
            "start": 931461421,
            "stop": 931461423
        },
        {
            "start": 931461425,
            "stop": 931461457
        },
        {
            "start": 931461459,
            "stop": 931461485
        },
        {
            "start": 931461487,
            "stop": 931461498
        },
        {
            "start": 931461500,
            "stop": 931461506
        },
        {
            "start": 931461508,
            "stop": 931461511
        },
        {
            "start": 931461514,
            "stop": 931461542
        },
        {
            "start": 931461544,
            "stop": 931461564
        },
        {
            "start": 931461570,
            "stop": 931461572
        },
        {
            "start": 931461574,
            "stop": 931461582
        },
        {
            "start": 931461584,
            "stop": 931461586
        },
        {
            "start": 931461588,
            "stop": 931461594
        }
    ]
}