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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 162,
    "results": [
        {
            "start": 1239628454,
            "stop": 1239628527
        },
        {
            "start": 1239628528,
            "stop": 1239628579
        },
        {
            "start": 1239628583,
            "stop": 1239628997
        },
        {
            "start": 1239629001,
            "stop": 1239629107
        },
        {
            "start": 1239629108,
            "stop": 1239629727
        },
        {
            "start": 1239629728,
            "stop": 1239630327
        },
        {
            "start": 1239630328,
            "stop": 1239630927
        },
        {
            "start": 1239630928,
            "stop": 1239631507
        },
        {
            "start": 1239631508,
            "stop": 1239631918
        },
        {
            "start": 1239631923,
            "stop": 1239632127
        },
        {
            "start": 1239632128,
            "stop": 1239632727
        },
        {
            "start": 1239632728,
            "stop": 1239633307
        },
        {
            "start": 1239633308,
            "stop": 1239633927
        },
        {
            "start": 1239633928,
            "stop": 1239634527
        },
        {
            "start": 1239634528,
            "stop": 1239635127
        },
        {
            "start": 1239635128,
            "stop": 1239635282
        },
        {
            "start": 1239635286,
            "stop": 1239635462
        },
        {
            "start": 1239635467,
            "stop": 1239635707
        },
        {
            "start": 1239635708,
            "stop": 1239635768
        },
        {
            "start": 1239635772,
            "stop": 1239635834
        }
    ]
}