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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=280",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 281,
    "results": [
        {
            "start": 934552714,
            "stop": 934552756
        },
        {
            "start": 934552760,
            "stop": 934552815
        },
        {
            "start": 934553055,
            "stop": 934553331
        },
        {
            "start": 934553451,
            "stop": 934554843
        },
        {
            "start": 934554963,
            "stop": 934555369
        },
        {
            "start": 934558569,
            "stop": 934558759
        },
        {
            "start": 934558761,
            "stop": 934559124
        },
        {
            "start": 934559244,
            "stop": 934560015
        },
        {
            "start": 934560255,
            "stop": 934560338
        },
        {
            "start": 934560343,
            "stop": 934560349
        },
        {
            "start": 934560351,
            "stop": 934561037
        },
        {
            "start": 934561055,
            "stop": 934561138
        },
        {
            "start": 934561258,
            "stop": 934561419
        },
        {
            "start": 934566136,
            "stop": 934566214
        },
        {
            "start": 934566334,
            "stop": 934566367
        },
        {
            "start": 934566571,
            "stop": 934566924
        },
        {
            "start": 934570265,
            "stop": 934570815
        },
        {
            "start": 934571055,
            "stop": 934571076
        },
        {
            "start": 934571078,
            "stop": 934571618
        },
        {
            "start": 934571678,
            "stop": 934572410
        }
    ]
}