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=2139
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=2140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2138",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2139,
    "results": [
        {
            "start": 872257106,
            "stop": 872257139
        },
        {
            "start": 872257156,
            "stop": 872257241
        },
        {
            "start": 872257260,
            "stop": 872257527
        },
        {
            "start": 872257555,
            "stop": 872257582
        },
        {
            "start": 872257599,
            "stop": 872257673
        },
        {
            "start": 872257692,
            "stop": 872257712
        },
        {
            "start": 872257729,
            "stop": 872257760
        },
        {
            "start": 872257777,
            "stop": 872257856
        },
        {
            "start": 872257873,
            "stop": 872258029
        },
        {
            "start": 872258048,
            "stop": 872258132
        },
        {
            "start": 872258149,
            "stop": 872258219
        },
        {
            "start": 872258236,
            "stop": 872258291
        },
        {
            "start": 872258313,
            "stop": 872258503
        },
        {
            "start": 872258522,
            "stop": 872258546
        },
        {
            "start": 872258551,
            "stop": 872258631
        },
        {
            "start": 872258650,
            "stop": 872258675
        },
        {
            "start": 872258692,
            "stop": 872258835
        },
        {
            "start": 872258852,
            "stop": 872259081
        },
        {
            "start": 872259098,
            "stop": 872259222
        },
        {
            "start": 872259254,
            "stop": 872259314
        }
    ]
}