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=3034
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=3035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3033",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3034,
    "results": [
        {
            "start": 864059885,
            "stop": 864061030
        },
        {
            "start": 864061038,
            "stop": 864062666
        },
        {
            "start": 864062833,
            "stop": 864065624
        },
        {
            "start": 864065805,
            "stop": 864067064
        },
        {
            "start": 864067365,
            "stop": 864068924
        },
        {
            "start": 864070379,
            "stop": 864071244
        },
        {
            "start": 864071251,
            "stop": 864073562
        },
        {
            "start": 864073565,
            "stop": 864075780
        },
        {
            "start": 864075840,
            "stop": 864079664
        },
        {
            "start": 864079845,
            "stop": 864079904
        },
        {
            "start": 864080100,
            "stop": 864081150
        },
        {
            "start": 864081270,
            "stop": 864082920
        },
        {
            "start": 864082980,
            "stop": 864084060
        },
        {
            "start": 864084120,
            "stop": 864084733
        },
        {
            "start": 864084737,
            "stop": 864090305
        },
        {
            "start": 864090310,
            "stop": 864090325
        },
        {
            "start": 864090330,
            "stop": 864090480
        },
        {
            "start": 864090540,
            "stop": 864097004
        },
        {
            "start": 864097185,
            "stop": 864107882
        },
        {
            "start": 864108955,
            "stop": 864126300
        }
    ]
}