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=1065
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=1066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1064",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1065,
    "results": [
        {
            "start": 873344584,
            "stop": 873344704
        },
        {
            "start": 873344854,
            "stop": 873345094
        },
        {
            "start": 873345250,
            "stop": 873345310
        },
        {
            "start": 873345461,
            "stop": 873346481
        },
        {
            "start": 873346644,
            "stop": 873350244
        },
        {
            "start": 873350454,
            "stop": 873350514
        },
        {
            "start": 873350544,
            "stop": 873350664
        },
        {
            "start": 873350694,
            "stop": 873351954
        },
        {
            "start": 873352112,
            "stop": 873352232
        },
        {
            "start": 873352437,
            "stop": 873353457
        },
        {
            "start": 873353623,
            "stop": 873356323
        },
        {
            "start": 873356520,
            "stop": 873363240
        },
        {
            "start": 873364582,
            "stop": 873365902
        },
        {
            "start": 873366066,
            "stop": 873370866
        },
        {
            "start": 873371206,
            "stop": 873376006
        },
        {
            "start": 873376137,
            "stop": 873377217
        },
        {
            "start": 873377372,
            "stop": 873377672
        },
        {
            "start": 873377822,
            "stop": 873379712
        },
        {
            "start": 873379866,
            "stop": 873383826
        },
        {
            "start": 873385044,
            "stop": 873385314
        }
    ]
}