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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=220",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 221,
    "results": [
        {
            "start": 827412152,
            "stop": 827412632
        },
        {
            "start": 827412976,
            "stop": 827413216
        },
        {
            "start": 827413375,
            "stop": 827413495
        },
        {
            "start": 827413705,
            "stop": 827414005
        },
        {
            "start": 827414270,
            "stop": 827414450
        },
        {
            "start": 827414782,
            "stop": 827415202
        },
        {
            "start": 827415631,
            "stop": 827415751
        },
        {
            "start": 827415913,
            "stop": 827415973
        },
        {
            "start": 827416473,
            "stop": 827416533
        },
        {
            "start": 827416809,
            "stop": 827416869
        },
        {
            "start": 827417140,
            "stop": 827417200
        },
        {
            "start": 827419343,
            "stop": 827419403
        },
        {
            "start": 827419981,
            "stop": 827420041
        },
        {
            "start": 827420203,
            "stop": 827420383
        },
        {
            "start": 827421007,
            "stop": 827421127
        },
        {
            "start": 827421408,
            "stop": 827421828
        },
        {
            "start": 827422207,
            "stop": 827422267
        },
        {
            "start": 827422422,
            "stop": 827422722
        },
        {
            "start": 827423499,
            "stop": 827423679
        },
        {
            "start": 827423867,
            "stop": 827423927
        }
    ]
}