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=986
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=987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=985",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 986,
    "results": [
        {
            "start": 870136844,
            "stop": 870140984
        },
        {
            "start": 870141275,
            "stop": 870141455
        },
        {
            "start": 870141628,
            "stop": 870144628
        },
        {
            "start": 870144876,
            "stop": 870146136
        },
        {
            "start": 870146295,
            "stop": 870153435
        },
        {
            "start": 870153662,
            "stop": 870159032
        },
        {
            "start": 870159182,
            "stop": 870161282
        },
        {
            "start": 870161509,
            "stop": 870163969
        },
        {
            "start": 870164125,
            "stop": 870164365
        },
        {
            "start": 870165290,
            "stop": 870169700
        },
        {
            "start": 870169850,
            "stop": 870171170
        },
        {
            "start": 870171375,
            "stop": 870177195
        },
        {
            "start": 870177435,
            "stop": 870177795
        },
        {
            "start": 870179076,
            "stop": 870180096
        },
        {
            "start": 870215364,
            "stop": 870229524
        },
        {
            "start": 870229674,
            "stop": 870230304
        },
        {
            "start": 870230679,
            "stop": 870231489
        },
        {
            "start": 870231669,
            "stop": 870234909
        },
        {
            "start": 870235059,
            "stop": 870236919
        },
        {
            "start": 870237227,
            "stop": 870240587
        }
    ]
}