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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=205",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 206,
    "results": [
        {
            "start": 826960698,
            "stop": 826960878
        },
        {
            "start": 826961029,
            "stop": 826961089
        },
        {
            "start": 826961252,
            "stop": 826961582
        },
        {
            "start": 826961904,
            "stop": 826962024
        },
        {
            "start": 826962263,
            "stop": 826962323
        },
        {
            "start": 826962530,
            "stop": 826962890
        },
        {
            "start": 826963560,
            "stop": 826963680
        },
        {
            "start": 826964300,
            "stop": 826964480
        },
        {
            "start": 826968236,
            "stop": 826968536
        },
        {
            "start": 826968693,
            "stop": 826968993
        },
        {
            "start": 826969965,
            "stop": 826970205
        },
        {
            "start": 826973180,
            "stop": 826973240
        },
        {
            "start": 826973785,
            "stop": 826973845
        },
        {
            "start": 826973986,
            "stop": 826974226
        },
        {
            "start": 826974422,
            "stop": 826974542
        },
        {
            "start": 826975117,
            "stop": 826975597
        },
        {
            "start": 826976083,
            "stop": 826976623
        },
        {
            "start": 826977087,
            "stop": 826977207
        },
        {
            "start": 826977383,
            "stop": 826977653
        },
        {
            "start": 826978195,
            "stop": 826978315
        }
    ]
}