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=5149
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=5150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5148",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5149,
    "results": [
        {
            "start": 969526472,
            "stop": 969526547
        },
        {
            "start": 969526550,
            "stop": 969526844
        },
        {
            "start": 969526847,
            "stop": 969527068
        },
        {
            "start": 969527071,
            "stop": 969527362
        },
        {
            "start": 969527365,
            "stop": 969527792
        },
        {
            "start": 969527795,
            "stop": 969527907
        },
        {
            "start": 969527910,
            "stop": 969529032
        },
        {
            "start": 969529035,
            "stop": 969530359
        },
        {
            "start": 969530362,
            "stop": 969530504
        },
        {
            "start": 969530507,
            "stop": 969530549
        },
        {
            "start": 969530552,
            "stop": 969530611
        },
        {
            "start": 969530629,
            "stop": 969530746
        },
        {
            "start": 969530749,
            "stop": 969530807
        },
        {
            "start": 969530826,
            "stop": 969531265
        },
        {
            "start": 969531268,
            "stop": 969532019
        },
        {
            "start": 969532022,
            "stop": 969532488
        },
        {
            "start": 969532491,
            "stop": 969533190
        },
        {
            "start": 969533193,
            "stop": 969534366
        },
        {
            "start": 969534369,
            "stop": 969534399
        },
        {
            "start": 969534402,
            "stop": 969534439
        }
    ]
}