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=5190
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=5191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5189",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5190,
    "results": [
        {
            "start": 969878248,
            "stop": 969879231
        },
        {
            "start": 969879234,
            "stop": 969879763
        },
        {
            "start": 969879766,
            "stop": 969880125
        },
        {
            "start": 969880129,
            "stop": 969880253
        },
        {
            "start": 969880256,
            "stop": 969880329
        },
        {
            "start": 969880332,
            "stop": 969881391
        },
        {
            "start": 969881394,
            "stop": 969881419
        },
        {
            "start": 969881422,
            "stop": 969881534
        },
        {
            "start": 969881541,
            "stop": 969881759
        },
        {
            "start": 969881762,
            "stop": 969882047
        },
        {
            "start": 969882064,
            "stop": 969882098
        },
        {
            "start": 969882101,
            "stop": 969882166
        },
        {
            "start": 969882169,
            "stop": 969882295
        },
        {
            "start": 969882298,
            "stop": 969882322
        },
        {
            "start": 969882325,
            "stop": 969882344
        },
        {
            "start": 969882347,
            "stop": 969882351
        },
        {
            "start": 969882355,
            "stop": 969882419
        },
        {
            "start": 969882422,
            "stop": 969882511
        },
        {
            "start": 969882514,
            "stop": 969882758
        },
        {
            "start": 969882938,
            "stop": 969883344
        }
    ]
}