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=800
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=801",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=799",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 800,
    "results": [
        {
            "start": 1250036410,
            "stop": 1250037872
        },
        {
            "start": 1250037877,
            "stop": 1250039095
        },
        {
            "start": 1250041148,
            "stop": 1250041254
        },
        {
            "start": 1250041258,
            "stop": 1250041958
        },
        {
            "start": 1250041962,
            "stop": 1250043020
        },
        {
            "start": 1250043025,
            "stop": 1250043900
        },
        {
            "start": 1250043904,
            "stop": 1250046537
        },
        {
            "start": 1250046541,
            "stop": 1250046595
        },
        {
            "start": 1250046597,
            "stop": 1250050579
        },
        {
            "start": 1250050583,
            "stop": 1250052604
        },
        {
            "start": 1250052609,
            "stop": 1250054939
        },
        {
            "start": 1250054941,
            "stop": 1250055402
        },
        {
            "start": 1250055407,
            "stop": 1250056719
        },
        {
            "start": 1250056727,
            "stop": 1250056750
        },
        {
            "start": 1250056753,
            "stop": 1250059274
        },
        {
            "start": 1250059278,
            "stop": 1250061660
        },
        {
            "start": 1250061668,
            "stop": 1250062727
        },
        {
            "start": 1250062731,
            "stop": 1250063016
        },
        {
            "start": 1250063020,
            "stop": 1250066485
        },
        {
            "start": 1250066493,
            "stop": 1250070716
        }
    ]
}