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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=377",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 378,
    "results": [
        {
            "start": 847747253,
            "stop": 847747255
        },
        {
            "start": 847747257,
            "stop": 847747258
        },
        {
            "start": 847747260,
            "stop": 847747262
        },
        {
            "start": 847747263,
            "stop": 847747272
        },
        {
            "start": 847747273,
            "stop": 847747276
        },
        {
            "start": 847747277,
            "stop": 847747282
        },
        {
            "start": 847747283,
            "stop": 847747285
        },
        {
            "start": 847747290,
            "stop": 847747296
        },
        {
            "start": 847747406,
            "stop": 847747415
        },
        {
            "start": 847747418,
            "stop": 847747436
        },
        {
            "start": 847747736,
            "stop": 847747760
        },
        {
            "start": 847747761,
            "stop": 847747780
        },
        {
            "start": 847747781,
            "stop": 847747791
        },
        {
            "start": 847748103,
            "stop": 847748151
        },
        {
            "start": 847748152,
            "stop": 847748174
        },
        {
            "start": 847748176,
            "stop": 847748218
        },
        {
            "start": 847748220,
            "stop": 847748227
        },
        {
            "start": 847748527,
            "stop": 847748532
        },
        {
            "start": 847748534,
            "stop": 847748558
        },
        {
            "start": 847748668,
            "stop": 847748697
        }
    ]
}