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=33214
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=33215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33213",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33214,
    "results": [
        {
            "start": 970921019,
            "stop": 970921036
        },
        {
            "start": 970921037,
            "stop": 970921150
        },
        {
            "start": 970921154,
            "stop": 970921175
        },
        {
            "start": 970921176,
            "stop": 970921304
        },
        {
            "start": 970921305,
            "stop": 970921316
        },
        {
            "start": 970921317,
            "stop": 970921326
        },
        {
            "start": 970921327,
            "stop": 970921363
        },
        {
            "start": 970921364,
            "stop": 970921414
        },
        {
            "start": 970921417,
            "stop": 970921453
        },
        {
            "start": 970921454,
            "stop": 970921537
        },
        {
            "start": 970921538,
            "stop": 970921568
        },
        {
            "start": 970921569,
            "stop": 970921758
        },
        {
            "start": 970921761,
            "stop": 970921776
        },
        {
            "start": 970921777,
            "stop": 970921837
        },
        {
            "start": 970921838,
            "stop": 970922004
        },
        {
            "start": 970922007,
            "stop": 970922020
        },
        {
            "start": 970922021,
            "stop": 970922082
        },
        {
            "start": 970922084,
            "stop": 970922170
        },
        {
            "start": 970922171,
            "stop": 970922236
        },
        {
            "start": 970922417,
            "stop": 970922450
        }
    ]
}