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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=279",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 280,
    "results": [
        {
            "start": 821150297,
            "stop": 821150671
        },
        {
            "start": 821150674,
            "stop": 821151662
        },
        {
            "start": 821151665,
            "stop": 821152251
        },
        {
            "start": 821152254,
            "stop": 821152802
        },
        {
            "start": 821152806,
            "stop": 821153157
        },
        {
            "start": 821153160,
            "stop": 821153688
        },
        {
            "start": 821153692,
            "stop": 821153847
        },
        {
            "start": 821153850,
            "stop": 821154207
        },
        {
            "start": 821154210,
            "stop": 821154523
        },
        {
            "start": 821154526,
            "stop": 821154542
        },
        {
            "start": 821154545,
            "stop": 821154965
        },
        {
            "start": 821154968,
            "stop": 821155783
        },
        {
            "start": 821155786,
            "stop": 821156278
        },
        {
            "start": 821156282,
            "stop": 821159008
        },
        {
            "start": 821159011,
            "stop": 821159029
        },
        {
            "start": 821159032,
            "stop": 821159667
        },
        {
            "start": 821159670,
            "stop": 821160241
        },
        {
            "start": 821160244,
            "stop": 821160690
        },
        {
            "start": 821160693,
            "stop": 821161202
        },
        {
            "start": 821161205,
            "stop": 821161240
        }
    ]
}