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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1642",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1640",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1641,
    "results": [
        {
            "start": 1247821427,
            "stop": 1247821517
        },
        {
            "start": 1247821525,
            "stop": 1247822283
        },
        {
            "start": 1247822286,
            "stop": 1247822287
        },
        {
            "start": 1247822294,
            "stop": 1247822326
        },
        {
            "start": 1247822334,
            "stop": 1247822381
        },
        {
            "start": 1247822382,
            "stop": 1247823251
        },
        {
            "start": 1247823252,
            "stop": 1247825447
        },
        {
            "start": 1247825456,
            "stop": 1247825476
        },
        {
            "start": 1247825483,
            "stop": 1247825484
        },
        {
            "start": 1247825485,
            "stop": 1247826032
        },
        {
            "start": 1247826035,
            "stop": 1247826513
        },
        {
            "start": 1247826515,
            "stop": 1247826525
        },
        {
            "start": 1247826527,
            "stop": 1247826532
        },
        {
            "start": 1247826534,
            "stop": 1247826536
        },
        {
            "start": 1247826543,
            "stop": 1247826544
        },
        {
            "start": 1247826547,
            "stop": 1247828171
        },
        {
            "start": 1247828174,
            "stop": 1247828829
        },
        {
            "start": 1247828832,
            "stop": 1247828836
        },
        {
            "start": 1247828843,
            "stop": 1247828848
        },
        {
            "start": 1247828867,
            "stop": 1247828868
        }
    ]
}