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/L1_STOCH_CAT2_H1L1/segments?format=api&page=110
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=109",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 110,
    "results": [
        {
            "start": 821275607,
            "stop": 821275667
        },
        {
            "start": 821275839,
            "stop": 821275899
        },
        {
            "start": 821276780,
            "stop": 821276960
        },
        {
            "start": 821277108,
            "stop": 821277348
        },
        {
            "start": 821277480,
            "stop": 821277660
        },
        {
            "start": 821279822,
            "stop": 821279942
        },
        {
            "start": 821280102,
            "stop": 821280402
        },
        {
            "start": 821280799,
            "stop": 821280919
        },
        {
            "start": 821314020,
            "stop": 821314080
        },
        {
            "start": 821314245,
            "stop": 821314305
        },
        {
            "start": 821315019,
            "stop": 821315259
        },
        {
            "start": 821315476,
            "stop": 821315716
        },
        {
            "start": 821315864,
            "stop": 821316224
        },
        {
            "start": 821316407,
            "stop": 821316647
        },
        {
            "start": 821316836,
            "stop": 821317076
        },
        {
            "start": 821317265,
            "stop": 821317625
        },
        {
            "start": 821317809,
            "stop": 821317989
        },
        {
            "start": 821318228,
            "stop": 821318348
        },
        {
            "start": 821319197,
            "stop": 821319437
        },
        {
            "start": 821319590,
            "stop": 821319710
        }
    ]
}