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=762
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=763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=761",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 762,
    "results": [
        {
            "start": 856431539,
            "stop": 856432199
        },
        {
            "start": 856432229,
            "stop": 856432799
        },
        {
            "start": 856433384,
            "stop": 856434224
        },
        {
            "start": 856437473,
            "stop": 856439513
        },
        {
            "start": 856439543,
            "stop": 856442453
        },
        {
            "start": 856442483,
            "stop": 856442573
        },
        {
            "start": 856442707,
            "stop": 856442797
        },
        {
            "start": 856442827,
            "stop": 856444147
        },
        {
            "start": 856444299,
            "stop": 856445049
        },
        {
            "start": 856445243,
            "stop": 856445843
        },
        {
            "start": 856445993,
            "stop": 856446143
        },
        {
            "start": 856446298,
            "stop": 856446538
        },
        {
            "start": 856446819,
            "stop": 856447239
        },
        {
            "start": 856447558,
            "stop": 856448698
        },
        {
            "start": 856448895,
            "stop": 856449195
        },
        {
            "start": 856449375,
            "stop": 856450035
        },
        {
            "start": 856450725,
            "stop": 856451025
        },
        {
            "start": 856457618,
            "stop": 856458218
        },
        {
            "start": 856458451,
            "stop": 856458511
        },
        {
            "start": 856462392,
            "stop": 856463592
        }
    ]
}