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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8052",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8053,
    "results": [
        {
            "start": 872258048,
            "stop": 872258132
        },
        {
            "start": 872258149,
            "stop": 872258219
        },
        {
            "start": 872258236,
            "stop": 872258291
        },
        {
            "start": 872258313,
            "stop": 872258343
        },
        {
            "start": 872258360,
            "stop": 872258503
        },
        {
            "start": 872258522,
            "stop": 872258538
        },
        {
            "start": 872258567,
            "stop": 872258631
        },
        {
            "start": 872258650,
            "stop": 872258675
        },
        {
            "start": 872258692,
            "stop": 872258835
        },
        {
            "start": 872258852,
            "stop": 872259081
        },
        {
            "start": 872259098,
            "stop": 872259113
        },
        {
            "start": 872259254,
            "stop": 872259314
        },
        {
            "start": 872259336,
            "stop": 872259446
        },
        {
            "start": 872259463,
            "stop": 872259510
        },
        {
            "start": 872260628,
            "stop": 872260652
        },
        {
            "start": 872260686,
            "stop": 872260710
        },
        {
            "start": 872260735,
            "stop": 872260750
        },
        {
            "start": 872260767,
            "stop": 872260769
        },
        {
            "start": 872260866,
            "stop": 872260875
        },
        {
            "start": 872260896,
            "stop": 872260905
        }
    ]
}