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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 31,
    "results": [
        {
            "start": 1405353741,
            "stop": 1405353781
        },
        {
            "start": 1405453781,
            "stop": 1405481865
        },
        {
            "start": 1405481985,
            "stop": 1405491945
        },
        {
            "start": 1405492161,
            "stop": 1405494777
        },
        {
            "start": 1405494929,
            "stop": 1405494985
        },
        {
            "start": 1405495856,
            "stop": 1405496584
        },
        {
            "start": 1405497904,
            "stop": 1405497928
        },
        {
            "start": 1405498208,
            "stop": 1405498472
        },
        {
            "start": 1405498784,
            "stop": 1405498792
        },
        {
            "start": 1405499232,
            "stop": 1405499240
        },
        {
            "start": 1405500224,
            "stop": 1405507784
        },
        {
            "start": 1405508112,
            "stop": 1405510648
        },
        {
            "start": 1405510848,
            "stop": 1405510872
        },
        {
            "start": 1405511526,
            "stop": 1405535671
        },
        {
            "start": 1405536016,
            "stop": 1405565859
        },
        {
            "start": 1405573140,
            "stop": 1405573656
        },
        {
            "start": 1405573776,
            "stop": 1405573880
        },
        {
            "start": 1405574032,
            "stop": 1405578392
        },
        {
            "start": 1405578688,
            "stop": 1405579864
        },
        {
            "start": 1405580080,
            "stop": 1405580200
        }
    ]
}