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=4697
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=4698",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4696",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4697,
    "results": [
        {
            "start": 969943932,
            "stop": 969943952
        },
        {
            "start": 969943955,
            "stop": 969944055
        },
        {
            "start": 969944718,
            "stop": 969944974
        },
        {
            "start": 969944977,
            "stop": 969945178
        },
        {
            "start": 969945181,
            "stop": 969945369
        },
        {
            "start": 969945372,
            "stop": 969945382
        },
        {
            "start": 969945385,
            "stop": 969945462
        },
        {
            "start": 969945465,
            "stop": 969945587
        },
        {
            "start": 969945590,
            "stop": 969946013
        },
        {
            "start": 969946016,
            "stop": 969946436
        },
        {
            "start": 969946439,
            "stop": 969946595
        },
        {
            "start": 969946598,
            "stop": 969947070
        },
        {
            "start": 969947073,
            "stop": 969947369
        },
        {
            "start": 969947372,
            "stop": 969947391
        },
        {
            "start": 969947394,
            "stop": 969948104
        },
        {
            "start": 969948107,
            "stop": 969948225
        },
        {
            "start": 969948228,
            "stop": 969948998
        },
        {
            "start": 969949001,
            "stop": 969949076
        },
        {
            "start": 969950405,
            "stop": 969950476
        },
        {
            "start": 969950479,
            "stop": 969950498
        }
    ]
}