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=751
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=752",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=750",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 751,
    "results": [
        {
            "start": 1249052738,
            "stop": 1249052740
        },
        {
            "start": 1249052745,
            "stop": 1249052810
        },
        {
            "start": 1249052814,
            "stop": 1249052823
        },
        {
            "start": 1249052824,
            "stop": 1249052826
        },
        {
            "start": 1249052827,
            "stop": 1249052829
        },
        {
            "start": 1249052837,
            "stop": 1249052838
        },
        {
            "start": 1249052839,
            "stop": 1249052870
        },
        {
            "start": 1249052871,
            "stop": 1249052917
        },
        {
            "start": 1249052920,
            "stop": 1249052947
        },
        {
            "start": 1249052948,
            "stop": 1249052951
        },
        {
            "start": 1249052956,
            "stop": 1249053050
        },
        {
            "start": 1249053051,
            "stop": 1249053055
        },
        {
            "start": 1249053062,
            "stop": 1249053064
        },
        {
            "start": 1249053070,
            "stop": 1249053072
        },
        {
            "start": 1249053073,
            "stop": 1249053078
        },
        {
            "start": 1249053080,
            "stop": 1249053088
        },
        {
            "start": 1249053089,
            "stop": 1249053093
        },
        {
            "start": 1249053098,
            "stop": 1249053101
        },
        {
            "start": 1249053102,
            "stop": 1249053121
        },
        {
            "start": 1249053122,
            "stop": 1249053126
        }
    ]
}