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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 296,
    "results": [
        {
            "start": 1240374451,
            "stop": 1240374780
        },
        {
            "start": 1240374889,
            "stop": 1240375206
        },
        {
            "start": 1240375207,
            "stop": 1240375284
        },
        {
            "start": 1240375287,
            "stop": 1240375325
        },
        {
            "start": 1240375327,
            "stop": 1240375525
        },
        {
            "start": 1240375528,
            "stop": 1240375629
        },
        {
            "start": 1240375630,
            "stop": 1240375728
        },
        {
            "start": 1240375729,
            "stop": 1240376328
        },
        {
            "start": 1240376329,
            "stop": 1240376369
        },
        {
            "start": 1240376370,
            "stop": 1240377196
        },
        {
            "start": 1240377197,
            "stop": 1240377306
        },
        {
            "start": 1240377309,
            "stop": 1240377376
        },
        {
            "start": 1240377377,
            "stop": 1240377427
        },
        {
            "start": 1240377428,
            "stop": 1240377450
        },
        {
            "start": 1240377451,
            "stop": 1240377532
        },
        {
            "start": 1240377533,
            "stop": 1240377552
        },
        {
            "start": 1240377555,
            "stop": 1240377600
        },
        {
            "start": 1240377601,
            "stop": 1240378147
        },
        {
            "start": 1240378149,
            "stop": 1240378474
        },
        {
            "start": 1240378475,
            "stop": 1240378814
        }
    ]
}