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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 280,
    "results": [
        {
            "start": 1240127227,
            "stop": 1240127346
        },
        {
            "start": 1240127347,
            "stop": 1240127466
        },
        {
            "start": 1240127468,
            "stop": 1240127586
        },
        {
            "start": 1240127588,
            "stop": 1240127706
        },
        {
            "start": 1240127708,
            "stop": 1240127826
        },
        {
            "start": 1240127828,
            "stop": 1240127946
        },
        {
            "start": 1240127948,
            "stop": 1240128066
        },
        {
            "start": 1240128068,
            "stop": 1240128186
        },
        {
            "start": 1240128188,
            "stop": 1240128306
        },
        {
            "start": 1240128307,
            "stop": 1240128426
        },
        {
            "start": 1240128427,
            "stop": 1240128546
        },
        {
            "start": 1240128547,
            "stop": 1240128646
        },
        {
            "start": 1240128647,
            "stop": 1240128786
        },
        {
            "start": 1240128787,
            "stop": 1240128906
        },
        {
            "start": 1240128907,
            "stop": 1240129006
        },
        {
            "start": 1240129007,
            "stop": 1240129146
        },
        {
            "start": 1240129147,
            "stop": 1240129266
        },
        {
            "start": 1240129267,
            "stop": 1240129386
        },
        {
            "start": 1240129387,
            "stop": 1240129420
        },
        {
            "start": 1240129425,
            "stop": 1240129506
        }
    ]
}