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=5183
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=5184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5182",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5183,
    "results": [
        {
            "start": 873829993,
            "stop": 873830116
        },
        {
            "start": 873830124,
            "stop": 873830129
        },
        {
            "start": 873830138,
            "stop": 873830148
        },
        {
            "start": 873830156,
            "stop": 873830162
        },
        {
            "start": 873830170,
            "stop": 873830177
        },
        {
            "start": 873830193,
            "stop": 873830286
        },
        {
            "start": 873830294,
            "stop": 873830397
        },
        {
            "start": 873830405,
            "stop": 873830413
        },
        {
            "start": 873830421,
            "stop": 873830430
        },
        {
            "start": 873830447,
            "stop": 873830469
        },
        {
            "start": 873830482,
            "stop": 873830483
        },
        {
            "start": 873830498,
            "stop": 873830525
        },
        {
            "start": 873830533,
            "stop": 873830539
        },
        {
            "start": 873830547,
            "stop": 873830600
        },
        {
            "start": 873830608,
            "stop": 873830655
        },
        {
            "start": 873830662,
            "stop": 873830712
        },
        {
            "start": 873830720,
            "stop": 873830827
        },
        {
            "start": 873830835,
            "stop": 873830892
        },
        {
            "start": 873830900,
            "stop": 873830906
        },
        {
            "start": 873830920,
            "stop": 873830956
        }
    ]
}