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=983
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=984",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=982",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 983,
    "results": [
        {
            "start": 1251756750,
            "stop": 1251756958
        },
        {
            "start": 1251756961,
            "stop": 1251757031
        },
        {
            "start": 1251757039,
            "stop": 1251757062
        },
        {
            "start": 1251757152,
            "stop": 1251757557
        },
        {
            "start": 1251757562,
            "stop": 1251757775
        },
        {
            "start": 1251757780,
            "stop": 1251758888
        },
        {
            "start": 1251758893,
            "stop": 1251759618
        },
        {
            "start": 1251773166,
            "stop": 1251774529
        },
        {
            "start": 1251776629,
            "stop": 1251778637
        },
        {
            "start": 1251780255,
            "stop": 1251783447
        },
        {
            "start": 1251783451,
            "stop": 1251783636
        },
        {
            "start": 1251783641,
            "stop": 1251785029
        },
        {
            "start": 1251785033,
            "stop": 1251785620
        },
        {
            "start": 1251785625,
            "stop": 1251785719
        },
        {
            "start": 1251785723,
            "stop": 1251785764
        },
        {
            "start": 1251785769,
            "stop": 1251785877
        },
        {
            "start": 1251785882,
            "stop": 1251786212
        },
        {
            "start": 1251786215,
            "stop": 1251786655
        },
        {
            "start": 1251786660,
            "stop": 1251786710
        },
        {
            "start": 1251786715,
            "stop": 1251786820
        }
    ]
}