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=5344
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=5345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5343",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5344,
    "results": [
        {
            "start": 971283884,
            "stop": 971283901
        },
        {
            "start": 971283904,
            "stop": 971283982
        },
        {
            "start": 971287005,
            "stop": 971287386
        },
        {
            "start": 971287404,
            "stop": 971287432
        },
        {
            "start": 971287435,
            "stop": 971287517
        },
        {
            "start": 971287520,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287675
        },
        {
            "start": 971287696,
            "stop": 971287876
        },
        {
            "start": 971289102,
            "stop": 971289171
        },
        {
            "start": 971289188,
            "stop": 971289389
        },
        {
            "start": 971289392,
            "stop": 971289420
        },
        {
            "start": 971289423,
            "stop": 971289621
        },
        {
            "start": 971289624,
            "stop": 971289646
        },
        {
            "start": 971289664,
            "stop": 971289686
        },
        {
            "start": 971289689,
            "stop": 971289753
        },
        {
            "start": 971289770,
            "stop": 971290140
        },
        {
            "start": 971290143,
            "stop": 971290163
        },
        {
            "start": 971290181,
            "stop": 971290232
        },
        {
            "start": 971290235,
            "stop": 971290295
        }
    ]
}