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=931
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=932",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=930",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 931,
    "results": [
        {
            "start": 1251541284,
            "stop": 1251541691
        },
        {
            "start": 1251541694,
            "stop": 1251541705
        },
        {
            "start": 1251541714,
            "stop": 1251541719
        },
        {
            "start": 1251541724,
            "stop": 1251541802
        },
        {
            "start": 1251541806,
            "stop": 1251541817
        },
        {
            "start": 1251541821,
            "stop": 1251541823
        },
        {
            "start": 1251541828,
            "stop": 1251541926
        },
        {
            "start": 1251541930,
            "stop": 1251541992
        },
        {
            "start": 1251542002,
            "stop": 1251542007
        },
        {
            "start": 1251542012,
            "stop": 1251542013
        },
        {
            "start": 1251542018,
            "stop": 1251542035
        },
        {
            "start": 1251542038,
            "stop": 1251542041
        },
        {
            "start": 1251542045,
            "stop": 1251542127
        },
        {
            "start": 1251542131,
            "stop": 1251542199
        },
        {
            "start": 1251542204,
            "stop": 1251542302
        },
        {
            "start": 1251542306,
            "stop": 1251542340
        },
        {
            "start": 1251542344,
            "stop": 1251542585
        },
        {
            "start": 1251542589,
            "stop": 1251543031
        },
        {
            "start": 1251543035,
            "stop": 1251543103
        },
        {
            "start": 1251543106,
            "stop": 1251543134
        }
    ]
}