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=949
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=950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=948",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 949,
    "results": [
        {
            "start": 867313971,
            "stop": 867314181
        },
        {
            "start": 867314211,
            "stop": 867319701
        },
        {
            "start": 867319941,
            "stop": 867326901
        },
        {
            "start": 867328083,
            "stop": 867334743
        },
        {
            "start": 867334893,
            "stop": 867336723
        },
        {
            "start": 867336940,
            "stop": 867337990
        },
        {
            "start": 867338020,
            "stop": 867339760
        },
        {
            "start": 867339986,
            "stop": 867344426
        },
        {
            "start": 867344693,
            "stop": 867350333
        },
        {
            "start": 867350532,
            "stop": 867353052
        },
        {
            "start": 867357427,
            "stop": 867361387
        },
        {
            "start": 867361611,
            "stop": 867364011
        },
        {
            "start": 867367577,
            "stop": 867367997
        },
        {
            "start": 867368152,
            "stop": 867393112
        },
        {
            "start": 867393271,
            "stop": 867394711
        },
        {
            "start": 867394909,
            "stop": 867403849
        },
        {
            "start": 867404033,
            "stop": 867404423
        },
        {
            "start": 867404573,
            "stop": 867407933
        },
        {
            "start": 867408063,
            "stop": 867410913
        },
        {
            "start": 867411063,
            "stop": 867413643
        }
    ]
}