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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=289",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 290,
    "results": [
        {
            "start": 1240145827,
            "stop": 1240145946
        },
        {
            "start": 1240145947,
            "stop": 1240146066
        },
        {
            "start": 1240146067,
            "stop": 1240146186
        },
        {
            "start": 1240146187,
            "stop": 1240146306
        },
        {
            "start": 1240146307,
            "stop": 1240146426
        },
        {
            "start": 1240146427,
            "stop": 1240146546
        },
        {
            "start": 1240146547,
            "stop": 1240146666
        },
        {
            "start": 1240146667,
            "stop": 1240146786
        },
        {
            "start": 1240146787,
            "stop": 1240146906
        },
        {
            "start": 1240146907,
            "stop": 1240147026
        },
        {
            "start": 1240147027,
            "stop": 1240147146
        },
        {
            "start": 1240147147,
            "stop": 1240147266
        },
        {
            "start": 1240147267,
            "stop": 1240147386
        },
        {
            "start": 1240147387,
            "stop": 1240147506
        },
        {
            "start": 1240147507,
            "stop": 1240147626
        },
        {
            "start": 1240147627,
            "stop": 1240147726
        },
        {
            "start": 1240147727,
            "stop": 1240147866
        },
        {
            "start": 1240147867,
            "stop": 1240147986
        },
        {
            "start": 1240147987,
            "stop": 1240148106
        },
        {
            "start": 1240148107,
            "stop": 1240148226
        }
    ]
}