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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 141,
    "results": [
        {
            "start": 1239179052,
            "stop": 1239179165
        },
        {
            "start": 1239179169,
            "stop": 1239179172
        },
        {
            "start": 1239179177,
            "stop": 1239179287
        },
        {
            "start": 1239179292,
            "stop": 1239179519
        },
        {
            "start": 1239179524,
            "stop": 1239179907
        },
        {
            "start": 1239179912,
            "stop": 1239180248
        },
        {
            "start": 1239180260,
            "stop": 1239180630
        },
        {
            "start": 1239180634,
            "stop": 1239180938
        },
        {
            "start": 1239180942,
            "stop": 1239181199
        },
        {
            "start": 1239181203,
            "stop": 1239181397
        },
        {
            "start": 1239181402,
            "stop": 1239181871
        },
        {
            "start": 1239181876,
            "stop": 1239181938
        },
        {
            "start": 1239181943,
            "stop": 1239182098
        },
        {
            "start": 1239182102,
            "stop": 1239182514
        },
        {
            "start": 1239182523,
            "stop": 1239182573
        },
        {
            "start": 1239182578,
            "stop": 1239183012
        },
        {
            "start": 1239183017,
            "stop": 1239183099
        },
        {
            "start": 1239183103,
            "stop": 1239183882
        },
        {
            "start": 1239183886,
            "stop": 1239183889
        },
        {
            "start": 1239183894,
            "stop": 1239183970
        }
    ]
}