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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 311,
    "results": [
        {
            "start": 1240200786,
            "stop": 1240200905
        },
        {
            "start": 1240200906,
            "stop": 1240200968
        },
        {
            "start": 1240200972,
            "stop": 1240201025
        },
        {
            "start": 1240201026,
            "stop": 1240201145
        },
        {
            "start": 1240201146,
            "stop": 1240201265
        },
        {
            "start": 1240201266,
            "stop": 1240201385
        },
        {
            "start": 1240201386,
            "stop": 1240201505
        },
        {
            "start": 1240201506,
            "stop": 1240201625
        },
        {
            "start": 1240201626,
            "stop": 1240201745
        },
        {
            "start": 1240201746,
            "stop": 1240201865
        },
        {
            "start": 1240201866,
            "stop": 1240201985
        },
        {
            "start": 1240201986,
            "stop": 1240202105
        },
        {
            "start": 1240202106,
            "stop": 1240202225
        },
        {
            "start": 1240202226,
            "stop": 1240202342
        },
        {
            "start": 1240202343,
            "stop": 1240202465
        },
        {
            "start": 1240202466,
            "stop": 1240202585
        },
        {
            "start": 1240202586,
            "stop": 1240202705
        },
        {
            "start": 1240202706,
            "stop": 1240202825
        },
        {
            "start": 1240202826,
            "stop": 1240202917
        },
        {
            "start": 1240202922,
            "stop": 1240202945
        }
    ]
}