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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 172,
    "results": [
        {
            "start": 1373925808,
            "stop": 1373926661
        },
        {
            "start": 1373926662,
            "stop": 1373927533
        },
        {
            "start": 1373927535,
            "stop": 1373928385
        },
        {
            "start": 1373928387,
            "stop": 1373929228
        },
        {
            "start": 1373929229,
            "stop": 1373930192
        },
        {
            "start": 1373930194,
            "stop": 1373931015
        },
        {
            "start": 1373931017,
            "stop": 1373932143
        },
        {
            "start": 1373932145,
            "stop": 1373932956
        },
        {
            "start": 1373932958,
            "stop": 1373933514
        },
        {
            "start": 1373933516,
            "stop": 1373934377
        },
        {
            "start": 1373934379,
            "stop": 1373934957
        },
        {
            "start": 1373934958,
            "stop": 1373935932
        },
        {
            "start": 1373935934,
            "stop": 1373936907
        },
        {
            "start": 1373936908,
            "stop": 1373938125
        },
        {
            "start": 1373938127,
            "stop": 1373939150
        },
        {
            "start": 1373939151,
            "stop": 1373940491
        },
        {
            "start": 1373940493,
            "stop": 1373942539
        },
        {
            "start": 1373942541,
            "stop": 1373943180
        },
        {
            "start": 1373943182,
            "stop": 1373943886
        },
        {
            "start": 1373943889,
            "stop": 1373945667
        }
    ]
}