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=828
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=829",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=827",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 828,
    "results": [
        {
            "start": 1250343693,
            "stop": 1250343703
        },
        {
            "start": 1250343710,
            "stop": 1250343716
        },
        {
            "start": 1250343720,
            "stop": 1250343784
        },
        {
            "start": 1250343787,
            "stop": 1250343798
        },
        {
            "start": 1250343801,
            "stop": 1250343830
        },
        {
            "start": 1250343834,
            "stop": 1250343839
        },
        {
            "start": 1250343843,
            "stop": 1250344327
        },
        {
            "start": 1250344331,
            "stop": 1250344333
        },
        {
            "start": 1250344336,
            "stop": 1250344365
        },
        {
            "start": 1250344372,
            "stop": 1250344381
        },
        {
            "start": 1250344389,
            "stop": 1250344395
        },
        {
            "start": 1250344398,
            "stop": 1250344401
        },
        {
            "start": 1250344405,
            "stop": 1250344415
        },
        {
            "start": 1250344420,
            "stop": 1250344450
        },
        {
            "start": 1250344455,
            "stop": 1250344456
        },
        {
            "start": 1250344460,
            "stop": 1250344503
        },
        {
            "start": 1250344506,
            "stop": 1250344515
        },
        {
            "start": 1250344518,
            "stop": 1250344551
        },
        {
            "start": 1250363440,
            "stop": 1250364186
        },
        {
            "start": 1250364189,
            "stop": 1250364631
        }
    ]
}