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=904
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=905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=903",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 904,
    "results": [
        {
            "start": 864627094,
            "stop": 864628144
        },
        {
            "start": 864628294,
            "stop": 864631624
        },
        {
            "start": 864632589,
            "stop": 864634779
        },
        {
            "start": 864634929,
            "stop": 864636489
        },
        {
            "start": 864636549,
            "stop": 864637899
        },
        {
            "start": 864637929,
            "stop": 864638049
        },
        {
            "start": 864638079,
            "stop": 864640989
        },
        {
            "start": 864641194,
            "stop": 864642274
        },
        {
            "start": 864642304,
            "stop": 864642634
        },
        {
            "start": 864642903,
            "stop": 864646803
        },
        {
            "start": 864646945,
            "stop": 864647005
        },
        {
            "start": 864647170,
            "stop": 864648430
        },
        {
            "start": 864648588,
            "stop": 864648828
        },
        {
            "start": 864648969,
            "stop": 864649089
        },
        {
            "start": 864649237,
            "stop": 864649537
        },
        {
            "start": 864649693,
            "stop": 864650173
        },
        {
            "start": 864651297,
            "stop": 864651357
        },
        {
            "start": 864651508,
            "stop": 864652408
        },
        {
            "start": 864652558,
            "stop": 864653548
        },
        {
            "start": 864653698,
            "stop": 864656068
        }
    ]
}