Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=13",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 14,
    "results": [
        {
            "start": 817023406,
            "stop": 817024666
        },
        {
            "start": 817024795,
            "stop": 817026055
        },
        {
            "start": 817026202,
            "stop": 817026562
        },
        {
            "start": 817026740,
            "stop": 817027100
        },
        {
            "start": 817030165,
            "stop": 817030285
        },
        {
            "start": 817030528,
            "stop": 817030798
        },
        {
            "start": 817030828,
            "stop": 817030888
        },
        {
            "start": 817031086,
            "stop": 817031146
        },
        {
            "start": 817050189,
            "stop": 817050249
        },
        {
            "start": 817050279,
            "stop": 817050339
        },
        {
            "start": 817119579,
            "stop": 817119699
        },
        {
            "start": 817123107,
            "stop": 817123287
        },
        {
            "start": 817123441,
            "stop": 817123591
        },
        {
            "start": 817123787,
            "stop": 817123847
        },
        {
            "start": 817131560,
            "stop": 817131620
        },
        {
            "start": 817132003,
            "stop": 817132243
        },
        {
            "start": 817132694,
            "stop": 817132754
        },
        {
            "start": 817133000,
            "stop": 817133120
        },
        {
            "start": 817133274,
            "stop": 817133574
        },
        {
            "start": 817133725,
            "stop": 817133845
        }
    ]
}