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=890
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=891",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=889",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 890,
    "results": [
        {
            "start": 1251268080,
            "stop": 1251268458
        },
        {
            "start": 1251268466,
            "stop": 1251268681
        },
        {
            "start": 1251268685,
            "stop": 1251268718
        },
        {
            "start": 1251268721,
            "stop": 1251269091
        },
        {
            "start": 1251269095,
            "stop": 1251269136
        },
        {
            "start": 1251269140,
            "stop": 1251269720
        },
        {
            "start": 1251269725,
            "stop": 1251269732
        },
        {
            "start": 1251269737,
            "stop": 1251269738
        },
        {
            "start": 1251269742,
            "stop": 1251269852
        },
        {
            "start": 1251269856,
            "stop": 1251269866
        },
        {
            "start": 1251269871,
            "stop": 1251269881
        },
        {
            "start": 1251269886,
            "stop": 1251269889
        },
        {
            "start": 1251269894,
            "stop": 1251269895
        },
        {
            "start": 1251269900,
            "stop": 1251269901
        },
        {
            "start": 1251269902,
            "stop": 1251269910
        },
        {
            "start": 1251269911,
            "stop": 1251269915
        },
        {
            "start": 1251269916,
            "stop": 1251269920
        },
        {
            "start": 1251269922,
            "stop": 1251269924
        },
        {
            "start": 1251269926,
            "stop": 1251269929
        },
        {
            "start": 1251269934,
            "stop": 1251269938
        }
    ]
}