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/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5186
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5185",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5186,
    "results": [
        {
            "start": 873834141,
            "stop": 873834241
        },
        {
            "start": 873834263,
            "stop": 873834278
        },
        {
            "start": 873834286,
            "stop": 873834292
        },
        {
            "start": 873834301,
            "stop": 873834537
        },
        {
            "start": 873834545,
            "stop": 873834640
        },
        {
            "start": 873834649,
            "stop": 873834667
        },
        {
            "start": 873834675,
            "stop": 873834791
        },
        {
            "start": 873834799,
            "stop": 873834812
        },
        {
            "start": 873834820,
            "stop": 873834826
        },
        {
            "start": 873834841,
            "stop": 873834994
        },
        {
            "start": 873835001,
            "stop": 873835178
        },
        {
            "start": 873835192,
            "stop": 873835348
        },
        {
            "start": 873835355,
            "stop": 873835539
        },
        {
            "start": 873835547,
            "stop": 873835552
        },
        {
            "start": 873835561,
            "stop": 873835725
        },
        {
            "start": 873835733,
            "stop": 873835738
        },
        {
            "start": 873835748,
            "stop": 873835967
        },
        {
            "start": 873835975,
            "stop": 873835987
        },
        {
            "start": 873835995,
            "stop": 873836100
        },
        {
            "start": 873836108,
            "stop": 873836171
        }
    ]
}