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=869
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=870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=868",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 869,
    "results": [
        {
            "start": 862534257,
            "stop": 862536837
        },
        {
            "start": 862536987,
            "stop": 862537167
        },
        {
            "start": 862537317,
            "stop": 862543437
        },
        {
            "start": 862543790,
            "stop": 862556090
        },
        {
            "start": 862559479,
            "stop": 862560379
        },
        {
            "start": 862560553,
            "stop": 862561903
        },
        {
            "start": 862562053,
            "stop": 862565743
        },
        {
            "start": 862565893,
            "stop": 862566073
        },
        {
            "start": 862566223,
            "stop": 862566943
        },
        {
            "start": 862567033,
            "stop": 862573633
        },
        {
            "start": 862574167,
            "stop": 862574287
        },
        {
            "start": 862574497,
            "stop": 862575157
        },
        {
            "start": 862575301,
            "stop": 862575841
        },
        {
            "start": 862576049,
            "stop": 862576469
        },
        {
            "start": 862580259,
            "stop": 862585209
        },
        {
            "start": 862585239,
            "stop": 862587399
        },
        {
            "start": 862587578,
            "stop": 862589258
        },
        {
            "start": 862589433,
            "stop": 862591353
        },
        {
            "start": 862591516,
            "stop": 862595656
        },
        {
            "start": 862598061,
            "stop": 862598331
        }
    ]
}