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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=651",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=649",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 650,
    "results": [
        {
            "start": 1247870863,
            "stop": 1247871070
        },
        {
            "start": 1247871072,
            "stop": 1247871073
        },
        {
            "start": 1247871075,
            "stop": 1247871089
        },
        {
            "start": 1247871092,
            "stop": 1247871143
        },
        {
            "start": 1247871146,
            "stop": 1247871249
        },
        {
            "start": 1247871253,
            "stop": 1247871351
        },
        {
            "start": 1247871356,
            "stop": 1247871397
        },
        {
            "start": 1247871401,
            "stop": 1247871432
        },
        {
            "start": 1247871436,
            "stop": 1247871532
        },
        {
            "start": 1247871534,
            "stop": 1247871849
        },
        {
            "start": 1247871854,
            "stop": 1247871909
        },
        {
            "start": 1247871911,
            "stop": 1247871991
        },
        {
            "start": 1247871995,
            "stop": 1247872106
        },
        {
            "start": 1247872108,
            "stop": 1247872175
        },
        {
            "start": 1247872177,
            "stop": 1247872200
        },
        {
            "start": 1247872202,
            "stop": 1247872271
        },
        {
            "start": 1247872272,
            "stop": 1247872327
        },
        {
            "start": 1247872333,
            "stop": 1247872339
        },
        {
            "start": 1247872340,
            "stop": 1247872362
        },
        {
            "start": 1247872365,
            "stop": 1247872408
        }
    ]
}