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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=210",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 211,
    "results": [
        {
            "start": 820931781,
            "stop": 820931784
        },
        {
            "start": 820931795,
            "stop": 820931822
        },
        {
            "start": 820931837,
            "stop": 820931838
        },
        {
            "start": 820932213,
            "stop": 820932248
        },
        {
            "start": 820932256,
            "stop": 820932270
        },
        {
            "start": 820932279,
            "stop": 820932308
        },
        {
            "start": 820932321,
            "stop": 820932377
        },
        {
            "start": 820932385,
            "stop": 820932395
        },
        {
            "start": 820932403,
            "stop": 820932422
        },
        {
            "start": 820932430,
            "stop": 820932434
        },
        {
            "start": 820932444,
            "stop": 820932457
        },
        {
            "start": 820932473,
            "stop": 820932480
        },
        {
            "start": 820932493,
            "stop": 820932496
        },
        {
            "start": 820932504,
            "stop": 820932716
        },
        {
            "start": 820932724,
            "stop": 820932738
        },
        {
            "start": 820932747,
            "stop": 820932892
        },
        {
            "start": 820932904,
            "stop": 820932906
        },
        {
            "start": 820932914,
            "stop": 820933030
        },
        {
            "start": 820933038,
            "stop": 820933177
        },
        {
            "start": 820933191,
            "stop": 820933192
        }
    ]
}