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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33220",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33221,
    "results": [
        {
            "start": 970966115,
            "stop": 970966219
        },
        {
            "start": 970966220,
            "stop": 970966335
        },
        {
            "start": 970966338,
            "stop": 970966525
        },
        {
            "start": 970966526,
            "stop": 970966633
        },
        {
            "start": 970966636,
            "stop": 970966715
        },
        {
            "start": 970966718,
            "stop": 970966734
        },
        {
            "start": 970966735,
            "stop": 970966832
        },
        {
            "start": 970966835,
            "stop": 970966847
        },
        {
            "start": 970966850,
            "stop": 970966878
        },
        {
            "start": 970966881,
            "stop": 970966938
        },
        {
            "start": 970966940,
            "stop": 970966961
        },
        {
            "start": 970966966,
            "stop": 970967005
        },
        {
            "start": 970967008,
            "stop": 970967018
        },
        {
            "start": 970967019,
            "stop": 970967024
        },
        {
            "start": 970967025,
            "stop": 970967040
        },
        {
            "start": 970967041,
            "stop": 970967090
        },
        {
            "start": 970967091,
            "stop": 970967094
        },
        {
            "start": 970967097,
            "stop": 970967211
        },
        {
            "start": 970967212,
            "stop": 970967325
        },
        {
            "start": 970967328,
            "stop": 970967330
        }
    ]
}