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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=716",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 717,
    "results": [
        {
            "start": 853439015,
            "stop": 853439105
        },
        {
            "start": 853439756,
            "stop": 853439996
        },
        {
            "start": 853444123,
            "stop": 853444213
        },
        {
            "start": 853444562,
            "stop": 853444652
        },
        {
            "start": 853446050,
            "stop": 853446350
        },
        {
            "start": 853446500,
            "stop": 853447010
        },
        {
            "start": 853447430,
            "stop": 853448000
        },
        {
            "start": 853448030,
            "stop": 853448330
        },
        {
            "start": 853448450,
            "stop": 853448570
        },
        {
            "start": 853450793,
            "stop": 853451153
        },
        {
            "start": 853451471,
            "stop": 853452401
        },
        {
            "start": 853452431,
            "stop": 853452491
        },
        {
            "start": 853452551,
            "stop": 853453031
        },
        {
            "start": 853453424,
            "stop": 853453484
        },
        {
            "start": 853453514,
            "stop": 853453724
        },
        {
            "start": 853454087,
            "stop": 853454477
        },
        {
            "start": 853454507,
            "stop": 853454837
        },
        {
            "start": 853454867,
            "stop": 853454987
        },
        {
            "start": 853455017,
            "stop": 853455287
        },
        {
            "start": 853455552,
            "stop": 853455852
        }
    ]
}