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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29380",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29381,
    "results": [
        {
            "start": 971398786,
            "stop": 971398787
        },
        {
            "start": 971398788,
            "stop": 971398791
        },
        {
            "start": 971398793,
            "stop": 971398800
        },
        {
            "start": 971398802,
            "stop": 971398806
        },
        {
            "start": 971398807,
            "stop": 971398810
        },
        {
            "start": 971398811,
            "stop": 971398839
        },
        {
            "start": 971398840,
            "stop": 971398843
        },
        {
            "start": 971398844,
            "stop": 971398857
        },
        {
            "start": 971398858,
            "stop": 971398861
        },
        {
            "start": 971398864,
            "stop": 971398865
        },
        {
            "start": 971398866,
            "stop": 971398867
        },
        {
            "start": 971398868,
            "stop": 971398888
        },
        {
            "start": 971398890,
            "stop": 971398903
        },
        {
            "start": 971398904,
            "stop": 971398909
        },
        {
            "start": 971398911,
            "stop": 971398948
        },
        {
            "start": 971398949,
            "stop": 971398953
        },
        {
            "start": 971398954,
            "stop": 971398960
        },
        {
            "start": 971398962,
            "stop": 971398964
        },
        {
            "start": 971398965,
            "stop": 971398976
        },
        {
            "start": 971398978,
            "stop": 971398992
        }
    ]
}