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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=148",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 149,
    "results": [
        {
            "start": 932810967,
            "stop": 932810990
        },
        {
            "start": 932811038,
            "stop": 932811040
        },
        {
            "start": 932811099,
            "stop": 932811190
        },
        {
            "start": 932811237,
            "stop": 932811253
        },
        {
            "start": 932811277,
            "stop": 932811284
        },
        {
            "start": 932811366,
            "stop": 932811428
        },
        {
            "start": 932811551,
            "stop": 932811590
        },
        {
            "start": 932812151,
            "stop": 932812331
        },
        {
            "start": 932812451,
            "stop": 932812511
        },
        {
            "start": 932812571,
            "stop": 932812589
        },
        {
            "start": 932812594,
            "stop": 932812631
        },
        {
            "start": 932812691,
            "stop": 932812694
        },
        {
            "start": 932812813,
            "stop": 932813053
        },
        {
            "start": 932813058,
            "stop": 932813169
        },
        {
            "start": 932813188,
            "stop": 932813293
        },
        {
            "start": 932813298,
            "stop": 932813361
        },
        {
            "start": 932813366,
            "stop": 932813507
        },
        {
            "start": 932813530,
            "stop": 932813554
        },
        {
            "start": 932813590,
            "stop": 932813619
        },
        {
            "start": 932817146,
            "stop": 932817148
        }
    ]
}