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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 17,
    "results": [
        {
            "start": 1400983835,
            "stop": 1400983876
        },
        {
            "start": 1400984528,
            "stop": 1400984547
        },
        {
            "start": 1400984583,
            "stop": 1400989922
        },
        {
            "start": 1401008141,
            "stop": 1401033618
        },
        {
            "start": 1401047641,
            "stop": 1401049818
        },
        {
            "start": 1401053574,
            "stop": 1401086324
        },
        {
            "start": 1401095763,
            "stop": 1401096030
        },
        {
            "start": 1401096769,
            "stop": 1401118219
        },
        {
            "start": 1401131366,
            "stop": 1401142956
        },
        {
            "start": 1401142964,
            "stop": 1401207580
        },
        {
            "start": 1401222963,
            "stop": 1401241796
        },
        {
            "start": 1401246493,
            "stop": 1401301597
        },
        {
            "start": 1401315762,
            "stop": 1401351273
        },
        {
            "start": 1401355514,
            "stop": 1401355646
        },
        {
            "start": 1401357910,
            "stop": 1401403013
        },
        {
            "start": 1401408032,
            "stop": 1401432990
        },
        {
            "start": 1401437607,
            "stop": 1401463940
        },
        {
            "start": 1401474646,
            "stop": 1401544825
        },
        {
            "start": 1401564814,
            "stop": 1401573550
        },
        {
            "start": 1401584140,
            "stop": 1401599878
        }
    ]
}