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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 157,
    "results": [
        {
            "start": 820273140,
            "stop": 820273450
        },
        {
            "start": 820273686,
            "stop": 820273744
        },
        {
            "start": 820273748,
            "stop": 820275810
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820281850
        },
        {
            "start": 820281854,
            "stop": 820282700
        },
        {
            "start": 820282703,
            "stop": 820284346
        },
        {
            "start": 820284350,
            "stop": 820284675
        },
        {
            "start": 820285510,
            "stop": 820286656
        },
        {
            "start": 820286659,
            "stop": 820287000
        },
        {
            "start": 820287003,
            "stop": 820287028
        },
        {
            "start": 820287032,
            "stop": 820287216
        },
        {
            "start": 820287219,
            "stop": 820288080
        },
        {
            "start": 820288140,
            "stop": 820293632
        },
        {
            "start": 820293635,
            "stop": 820298939
        },
        {
            "start": 820298943,
            "stop": 820301971
        },
        {
            "start": 820301974,
            "stop": 820304473
        },
        {
            "start": 820304985,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820316353
        },
        {
            "start": 820316628,
            "stop": 820321075
        }
    ]
}